public class ResolveFiles
extends org.apache.tools.ant.types.DataType
implements org.apache.tools.ant.types.ResourceCollection
Constructor and Description |
---|
ResolveFiles() |
Modifier and Type | Method and Description |
---|---|
boolean |
isFilesystemOnly() |
Iterator<org.apache.tools.ant.types.Resource> |
iterator() |
void |
setClassifier(String classifier)
Change classifier of all artifacts to resolve
|
void |
setSource(String source)
Set source of artifacts to resolve
|
int |
size() |
checkAttributesAllowed, checkChildrenAllowed, circularReference, clone, dieOnCircularReference, dieOnCircularReference, dieOnCircularReference, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getDataTypeName, getRefid, invokeCircularReferenceCheck, isChecked, isReference, noChildrenAllowed, pushAndInvokeCircularReferenceCheck, setChecked, setRefid, tooManyAttributes, toString
public void setSource(String source) throws FileNotFoundException, IOException
source
- Properties files with artifacts listFileNotFoundException
IOException
public void setClassifier(String classifier)
classifier
- Maven classifierpublic boolean isFilesystemOnly()
isFilesystemOnly
in interface org.apache.tools.ant.types.ResourceCollection
public Iterator<org.apache.tools.ant.types.Resource> iterator()
public int size()
size
in interface org.apache.tools.ant.types.ResourceCollection
Copyright © 2016 Nuxeo SA. All Rights Reserved.