org.apache.myfaces.buildtools.maven2.plugin.builder
Class AbstractBuilderMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.myfaces.buildtools.maven2.plugin.builder.AbstractBuilderMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
- Direct Known Subclasses:
- MakeClientBehaviorsMojo, MakeComponentsMojo, MakeConfigMojo, MakeConvertersMojo, MakeConverterTagsMojo, MakeTagsMojo, MakeValidatorsMojo, MakeValidatorTagsMojo
public abstract class AbstractBuilderMojo
- extends org.apache.maven.plugin.AbstractMojo
- Author:
- Leonardo Uribe
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
Methods inherited from class org.apache.maven.plugin.AbstractMojo |
getLog, getPluginContext, setLog, setPluginContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.maven.plugin.Mojo |
execute |
AbstractBuilderMojo
public AbstractBuilderMojo()
isCachingEnabled
protected boolean isCachingEnabled()
loadCache
protected void loadCache(Properties cacheInfo)
throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
storeCache
protected void storeCache(Properties cacheInfo)
throws org.apache.maven.plugin.MojoExecutionException
- Throws:
org.apache.maven.plugin.MojoExecutionException
isFileUpToDate
protected boolean isFileUpToDate(Properties cachedInfo,
File outFile)
isFileUpToDate
protected boolean isFileUpToDate(Properties cachedInfo,
long lastModifiedMetadata,
File outFile)
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.