|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.types.DataType
org.apache.tools.ant.types.PatternSet
org.vafer.jdeb.ant.Data
public final class Data
Ant "data" element acting as a factory for DataProducers. So far Archive and Directory producers are supported. Both support the usual ant pattern set matching.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.apache.tools.ant.types.PatternSet |
|---|
org.apache.tools.ant.types.PatternSet.NameEntry |
| Field Summary |
|---|
| Fields inherited from class org.apache.tools.ant.types.DataType |
|---|
checked, ref |
| Fields inherited from class org.apache.tools.ant.ProjectComponent |
|---|
description, location, project |
| Constructor Summary | |
|---|---|
Data()
|
|
| Method Summary | |
|---|---|
void |
addMapper(Mapper pMapper)
|
void |
produce(DataConsumer pReceiver)
|
void |
setSrc(File pSrc)
|
void |
setType(String pType)
|
| Methods inherited from class org.apache.tools.ant.types.PatternSet |
|---|
addConfiguredInvert, addConfiguredPatternset, append, clone, createExclude, createExcludesFile, createInclude, createIncludesFile, getExcludePatterns, getIncludePatterns, hasPatterns, setExcludes, setExcludesfile, setIncludes, setIncludesfile, setRefid, toString |
| Methods inherited from class org.apache.tools.ant.types.DataType |
|---|
checkAttributesAllowed, checkChildrenAllowed, circularReference, dieOnCircularReference, dieOnCircularReference, dieOnCircularReference, getCheckedRef, getCheckedRef, getCheckedRef, getCheckedRef, getDataTypeName, getRefid, invokeCircularReferenceCheck, isChecked, isReference, noChildrenAllowed, setChecked, tooManyAttributes |
| Methods inherited from class org.apache.tools.ant.ProjectComponent |
|---|
getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProject |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Data()
| Method Detail |
|---|
public void setSrc(File pSrc)
public void setType(String pType)
public void addMapper(Mapper pMapper)
public void produce(DataConsumer pReceiver)
throws IOException
produce in interface DataProducerIOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||