Class Tokens
- All Implemented Interfaces:
- Cloneable,- Iterable<Resource>,- ResourceCollection
ResourceCollection consisting of StringResources gathered from tokenizing
 another ResourceCollection with a Tokenizer implementation.
- Since:
- Ant 1.7
- 
Field SummaryFields inherited from class org.apache.tools.ant.ProjectComponentdescription, location, project
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidAdd the nested Tokenizer to this Tokens ResourceCollection.protected voiddieOnCircularReference(Stack<Object> stk, Project p) Overrides the BaseResourceCollectionContainer version to check the nested Tokenizer.protected Collection<Resource>Sort the contained elements.voidsetEncoding(String encoding) Set the encoding used to create the tokens.Methods inherited from class org.apache.tools.ant.types.resources.BaseResourceCollectionWrappercreateIterator, getSizeMethods inherited from class org.apache.tools.ant.types.resources.AbstractResourceCollectionWrapperadd, getResourceCollection, isCache, isFilesystemOnly, iterator, setCache, size, toStringMethods inherited from class org.apache.tools.ant.types.DataTypecheckAttributesAllowed, checkChildrenAllowed, circularReference, clone, dieOnCircularReference, dieOnCircularReference, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getDataTypeName, getRefid, invokeCircularReferenceCheck, isChecked, isReference, noChildrenAllowed, pushAndInvokeCircularReferenceCheck, setChecked, setRefid, tooManyAttributesMethods inherited from class org.apache.tools.ant.ProjectComponentgetDescription, getLocation, getProject, log, log, setDescription, setLocation, setProjectMethods inherited from class java.lang.Objectequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.IterableforEach, spliteratorMethods inherited from interface org.apache.tools.ant.types.ResourceCollectionisEmpty, stream
- 
Constructor Details- 
Tokenspublic Tokens()
 
- 
- 
Method Details- 
getCollectionSort the contained elements.- Specified by:
- getCollectionin class- BaseResourceCollectionWrapper
- Returns:
- a Collection of Resources.
 
- 
setEncodingSet the encoding used to create the tokens.- Parameters:
- encoding- the encoding to use.
 
- 
addAdd the nested Tokenizer to this Tokens ResourceCollection. A LineTokenizer will be used by default.- Parameters:
- tokenizer- the tokenizer to add.
 
- 
dieOnCircularReferenceOverrides the BaseResourceCollectionContainer version to check the nested Tokenizer.- Overrides:
- dieOnCircularReferencein class- AbstractResourceCollectionWrapper
- Parameters:
- stk- the stack of data types to use (recursively).
- p- the project to use to dereference the references.
- Throws:
- BuildException- on error.
 
 
-