public class TransformationSet extends Object
Constructor and Description |
---|
TransformationSet() |
Modifier and Type | Method and Description |
---|---|
NameValuePair[] |
getAttributes()
Returns the attributes, which should be set on the transformer factory.
|
File |
getDir()
Returns a directory, which is scanned
for files to transform.
|
String[] |
getExcludes()
Returns patterns of files, which are being excluded from
the transformation set.
|
NameValuePair[] |
getFeatures()
Returns the features, which should be set on the transformer factory.
|
org.codehaus.plexus.components.io.filemappers.FileMapper[] |
getFileMappers()
Returns a set of file mappers, which are being used to
convert the generated files name.
|
String[] |
getIncludes()
Returns patterns of files, which are being included into
the transformation set.
|
String[] |
getOtherDepends()
Returns patterns of additional files, which are being considered
for the uptodate check.
|
File |
getOutputDir()
Returns the output directory,
where the generated files are being placed.
|
NameValuePair[] |
getOutputProperties()
Returns the transformers output properties.
|
NameValuePair[] |
getParameters()
Returns the stylesheet parameters.
|
String |
getStylesheet()
Returns the XSLT stylesheet, which is being used to control
the transformation.
|
boolean |
isAddedToClasspath()
Returns, whether the output directory is added to the classpath.
|
boolean |
isSkipDefaultExcludes()
Returns, whether Maven's default excludes are being ignored.
|
boolean |
isValidating()
Returns, whether the transformer should create validating XML parsers
for reading XML documents.
|
void |
setAddedToClasspath(boolean pAddedToClasspath)
Sets, whether the output directory is added to the classpath.
|
void |
setAttributes(NameValuePair[] pAttributes)
Sets the attributes, which should be set on the transformer factory.
|
void |
setDir(File pDir)
Sets the name of a directory, which is scanned
for files to transform.
|
void |
setExcludes(String[] pExcludes)
Sets patterns of files, which are being excluded from
the transformation set.
|
void |
setFeatures(NameValuePair[] pFeatures)
Sets the features, which should be set on the transformer factory.
|
void |
setFileMappers(org.codehaus.plexus.components.io.filemappers.FileMapper[] pFileMappers)
Sets a set of file mappers, which are being used to
convert the generated files name.
|
void |
setIncludes(String[] pIncludes)
Sets patterns of files, which are being included into
the transformation set.
|
void |
setOtherDepends(String[] pOtherDepends)
Sets patterns of additional files, which are being considered
for the uptodate check.
|
void |
setOutputDir(File pOutputDir)
Sets the output directory,
where the generated files are being placed.
|
void |
setOutputProperties(NameValuePair[] pOutputProperties)
Sets the transformers output properties.
|
void |
setParameters(NameValuePair[] pParameters)
Sets the stylesheet parameters.
|
void |
setSkipDefaultExcludes(boolean pSkipDefaultExcludes)
Sets, whether Maven's default excludes are being ignored.
|
void |
setStylesheet(String pStylesheet)
Sets the XSLT stylesheet, which is being used to control
the transformation.
|
void |
setValidating(boolean pValidating)
Sets, whether the transformer should create validating XML parsers
for reading XML documents.
|
public void setExcludes(String[] pExcludes)
public void setIncludes(String[] pIncludes)
public void setOtherDepends(String[] pOtherDepends)
public void setParameters(NameValuePair[] pParameters)
public File getDir()
public String[] getExcludes()
public String[] getIncludes()
public String[] getOtherDepends()
public File getOutputDir()
public NameValuePair[] getParameters()
public String getStylesheet()
public boolean isAddedToClasspath()
public boolean isSkipDefaultExcludes()
public void setAddedToClasspath(boolean pAddedToClasspath)
public void setDir(File pDir)
public void setOutputDir(File pOutputDir)
public void setSkipDefaultExcludes(boolean pSkipDefaultExcludes)
public void setStylesheet(String pStylesheet)
public org.codehaus.plexus.components.io.filemappers.FileMapper[] getFileMappers()
public void setFileMappers(org.codehaus.plexus.components.io.filemappers.FileMapper[] pFileMappers)
public boolean isValidating()
public void setValidating(boolean pValidating)
public NameValuePair[] getOutputProperties()
public void setOutputProperties(NameValuePair[] pOutputProperties)
public NameValuePair[] getFeatures()
public void setFeatures(NameValuePair[] pFeatures)
public NameValuePair[] getAttributes()
public void setAttributes(NameValuePair[] pAttributes)
Copyright © 2006-2013 The Apache Software Foundation. All Rights Reserved.