Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public synchronized void | |
protected synchronized void | dieOnCircularReference(Stack<Object>
the stack of data types to use (recursively). stk, Project the project to use to dereference the references. p)Overrides org. |
protected synchronized Collection | Returns: a Collection of Resources.Implements abstract org. |
public synchronized void |
encoding | back to summary |
---|---|
private String encoding |
tokenizer | back to summary |
---|---|
private Tokenizer tokenizer |
Tokens | back to summary |
---|---|
public Tokens() |
add | back to summary |
---|---|
public synchronized void add(Tokenizer tokenizer) Add the nested Tokenizer to this Tokens ResourceCollection. A LineTokenizer will be used by default.
|
dieOnCircularReference | back to summary |
---|---|
protected synchronized void dieOnCircularReference(Stack<Object> stk, Project p) throws BuildException Overrides org. Overrides the BaseResourceCollectionContainer version to check the nested Tokenizer.
|
getCollection | back to summary |
---|---|
protected synchronized Collection Implements abstract org. Sort the contained elements.
|
setEncoding | back to summary |
---|---|
public synchronized void setEncoding(String encoding) Set the encoding used to create the tokens.
|