| Package | Description |
|---|---|
| org.quattor.pan.dml.data |
Provides data elements for the Data Manipulation Language (DML).
|
| org.quattor.pan.template |
Contains the classes that define the java implementation a pan template
or classes related to them.
|
| Modifier and Type | Method and Description |
|---|---|
Resource.Iterator |
ProtectedHashResource.iterator() |
Resource.Iterator |
ProtectedListResource.iterator() |
Resource.Iterator |
ListResource.iterator() |
abstract Resource.Iterator |
Resource.iterator()
Get an iterator which allows to run over the resources in the Resource.
|
Resource.Iterator |
HashResource.iterator() |
| Modifier and Type | Method and Description |
|---|---|
Resource.Iterator |
IteratorMap.get(Resource resource)
Lookup the iterator associated with the given resource.
|
Resource.Iterator |
CompileTimeContext.getIterator(Resource resource)
Get the iterator for the given resource or null if the iterator has not
been registered.
|
Resource.Iterator |
BuildContext.getIterator(Resource resource)
Get the iterator for the given resource or null if the iterator has not
been registered.
|
Resource.Iterator |
Context.getIterator(Resource resource)
Get the iterator for the given resource or null if the iterator has not
been registered.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IteratorMap.put(Resource resource,
Resource.Iterator iterator)
Associate the iterator to the given resource.
|
void |
CompileTimeContext.setIterator(Resource resource,
Resource.Iterator iterator)
Register a Resource iterator in the context.
|
void |
BuildContext.setIterator(Resource resource,
Resource.Iterator iterator)
Register a Resource iterator in the context.
|
void |
Context.setIterator(Resource resource,
Resource.Iterator iterator)
Register a Resource iterator in the context.
|
Copyright © 2014 Quattor. All Rights Reserved.