|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InvalidTermException | |
|---|---|
| org.quattor.pan.dml.data | Provides data elements for the Data Manipulation Language (DML). |
| org.quattor.pan.exceptions | Exceptions that can be generated at various stages in the machine profile processing. |
| org.quattor.pan.template | Contains the classes that define the java implementation a pan template or classes related to them. |
| org.quattor.pan.utils | Provides collection of useful utilities that don't fit neatly into other pan packages. |
| Uses of InvalidTermException in org.quattor.pan.dml.data |
|---|
| Methods in org.quattor.pan.dml.data that throw InvalidTermException | |
|---|---|
Element |
ProtectedHashResource.get(Term key)
|
Element |
ProtectedListResource.get(Term key)
|
Element |
ListResource.get(Term term)
|
abstract Element |
Resource.get(Term term)
Retrieve the Element associated with the given Term (either an index or string key). |
Element |
HashResource.get(Term term)
|
java.lang.Integer |
LongProperty.getIndex()
|
java.lang.Integer |
StringProperty.getIndex()
|
java.lang.String |
LongProperty.getKey()
|
java.lang.String |
StringProperty.getKey()
|
Element |
ProtectedHashResource.put(Term key,
Element newValue)
|
Element |
ProtectedListResource.put(Term key,
Element newValue)
|
Element |
ListResource.put(Term term,
Element value)
|
abstract Element |
Resource.put(Term term,
Element newValue)
Define the mapping between the given Term and given Element. |
Element |
HashResource.put(Term term,
Element newValue)
|
Element |
Resource.rget(Term[] terms,
int index,
boolean protect,
boolean lookupOnly)
|
Element |
Element.rget(Term[] terms,
int index,
boolean protect,
boolean lookupOnly)
Dereference the Element to return the value of a child. |
ListResource |
Resource.rgetList(Term[] terms,
int index)
|
ListResource |
Element.rgetList(Term[] terms,
int index)
This is a special lookup function that will retrieve a list from the resource. |
void |
ProtectedHashResource.rput(Term[] terms,
int index,
Element value)
|
void |
ProtectedListResource.rput(Term[] terms,
int index,
Element value)
|
void |
Resource.rput(Term[] terms,
int index,
Element value)
|
void |
Element.rput(Term[] terms,
int index,
Element value)
Add the given child to this resource, creating intermediate resources as necessary. |
| Uses of InvalidTermException in org.quattor.pan.exceptions |
|---|
| Methods in org.quattor.pan.exceptions that return InvalidTermException | |
|---|---|
InvalidTermException |
InvalidTermException.setInfo(Term[] terms,
int index,
java.lang.String actualType)
|
InvalidTermException |
InvalidTermException.setVariableInfo(java.util.List<Term> terms,
int index,
java.lang.String actualType)
|
| Uses of InvalidTermException in org.quattor.pan.template |
|---|
| Methods in org.quattor.pan.template that throw InvalidTermException | |
|---|---|
Element |
CompileTimeContext.dereferenceVariable(java.lang.String name,
boolean lookupOnly,
Term[] terms)
Return the Element which corresponds to the given variable name. |
Element |
BuildContext.dereferenceVariable(java.lang.String name,
boolean lookupOnly,
Term[] terms)
Return the Element which corresponds to the given variable name. |
Element |
Context.dereferenceVariable(java.lang.String name,
boolean lookupOnly,
Term[] terms)
Return the Element which corresponds to the given variable name. |
| Uses of InvalidTermException in org.quattor.pan.utils |
|---|
| Methods in org.quattor.pan.utils that throw InvalidTermException | |
|---|---|
java.lang.Integer |
Term.getIndex()
Method to extract the Integer index for this Term. |
java.lang.String |
Term.getKey()
Method to extract the String key for this Term. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||