| |
|
| java.lang.Object org.andromda.maven.AndroMDAMavenUtils
AndroMDAMavenUtils | public class AndroMDAMavenUtils (Code) | | Contains some utilities for use within
the Maven plugins that run AndroMDA.
author: Chad Brandon |
getPropertyNames | public String[] getPropertyNames()(Code) | | Gets all property names.
the property names. |
removePropertyReferences | public static String removePropertyReferences(String string)(Code) | | Removes any ${some.property} type references from the string
and returns the modifed string.
Parameters: string - the string from which to remove the property references the modified string. |
setContext | public void setContext(MavenJellyContext context)(Code) | | Sets the maven jelly context for this instance.
|
|
|
|