org.codehaus.mojo.axistools.axis
public abstract class AbstractAxisPlugin extends Object
UNKNOWN: jesse $Id:$
| Field Summary | |
|---|---|
| protected ArtifactFactory | artifactFactory |
| protected ArtifactRepository | localRepository |
| protected Log | log |
| protected File | outputDirectory |
| protected List | pluginArtifacts |
| protected MavenProject | project |
| protected File | sourceDirectory |
| protected int | staleMillis |
| protected File | timestampDirectory |
| Method Summary | |
|---|---|
| protected String | createSafeFileName(String aName)
Replaces all characters in the given name except for the '.'. and
alphanumeric characters to make it a safe valid file name.
|
| protected Log | getLog() |
| protected String | listToCommaDelimitedString(List list)
Converts a list to a comma delimited string
|
| void | setArtifactFactory(ArtifactFactory artifactFactory) |
| void | setLocalRepository(ArtifactRepository localRepository) |
| void | setLog(Log log) |
| void | setOutputDirectory(File outputDirectory) |
| void | setPluginArtifacts(List pluginArtifacts) |
| void | setProject(MavenProject project) |
| void | setSourceDirectory(File sourceDirectory) |
| void | setStaleMillis(int staleMillis) |
| void | setTimestampDirectory(File timestampDirectory) |
Parameters: aName name to make safe
Returns: the safe file name
Parameters: list
Returns: