public abstract class BaseChainedFileWriter extends AbstractChainedFileWriter
authorizedPropertyDescriptions, entries, nextWriter, previousWriter, properties| Modifier | Constructor and Description |
|---|---|
protected |
BaseChainedFileWriter(String... propertyNameAndDescriptions) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
acceptObjectModelOrStateModel(String modelType) |
protected void |
copyResources(ChainedFileWriterConfiguration configuration,
File outputDirectory,
File inputDirectory,
File file,
Map<File,List<File>> resourcesByFile) |
List<URL> |
getFiles(ChainedFileWriterConfiguration configuration,
String inputPath,
List<String> includePattern,
boolean inClassPath) |
org.apache.maven.plugin.logging.Log |
getLog() |
List<URL> |
getResources(URL file) |
protected void |
initWriter(ChainedFileWriterConfiguration configuration) |
void |
setLog(org.apache.maven.plugin.logging.Log log) |
addEntry, clear, generate, generate, getAuthorizedPropertyDescriptions, getAuthorizedPropertyNames, getEntries, getExtractDirectory, getInputProtocol, getNextWriter, getOutputDirectory, getPreviousWriter, getProperty, getWriterReport, setNextWriter, setWriterReportclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitacceptInclude, acceptModel, getDefaultIncludes, getDefaultInputDirectory, getDefaultOutputDirectory, getDefaultTestInputDirectory, getDefaultTestOutputDirectory, getInputProtocol, getOutputProtocolprotected BaseChainedFileWriter(String... propertyNameAndDescriptions)
public void setLog(org.apache.maven.plugin.logging.Log log)
public org.apache.maven.plugin.logging.Log getLog()
public final List<URL> getFiles(ChainedFileWriterConfiguration configuration, String inputPath, List<String> includePattern, boolean inClassPath) throws MalformedURLException, IllegalArgumentException
public final List<URL> getResources(URL file) throws IOException
IOExceptionprotected void initWriter(ChainedFileWriterConfiguration configuration)
initWriter in class AbstractChainedFileWriterprotected boolean acceptObjectModelOrStateModel(String modelType)
protected void copyResources(ChainedFileWriterConfiguration configuration, File outputDirectory, File inputDirectory, File file, Map<File,List<File>> resourcesByFile) throws IOException
IOExceptionCopyright © 2006-2013 CodeLutin. All Rights Reserved.