- main(String[]) - Static method in class org.sonatype.plugins.munge.Munge
-
Munge's main entry point.
- Munge - Class in org.sonatype.plugins.munge
-
Munge: a purposely-simple Java preprocessor.
- Munge(String, String) - Constructor for class org.sonatype.plugins.munge.Munge
-
- munge(String, String, String, String) - Static method in class org.sonatype.plugins.munge.MungeMojo
-
Munges source files found in from
and places them in to
, honoring any includes or excludes.
- Munge.CommandLine - Class in org.sonatype.plugins.munge
-
This class was cut and pasted from the JDK1.2 sun.tools.util package.
- mungedDirectory - Variable in class org.sonatype.plugins.munge.MungeMojo
-
Where to put the munged source files.
- MungeForkMojo - Class in org.sonatype.plugins.munge
-
Forks a new build that compiles and runs tests using the munged source in place of the original.
- MungeForkMojo() - Constructor for class org.sonatype.plugins.munge.MungeForkMojo
-
- MungeMojo - Class in org.sonatype.plugins.munge
-
Munges source files by keeping or removing sections of code according to what symbols are enabled.
- MungeMojo() - Constructor for class org.sonatype.plugins.munge.MungeMojo
-