Class ClassFileProcessor
- java.lang.Object
-
- org.apache.sling.feature.maven.mojos.apis.ClassFileProcessor
-
-
Constructor Summary
Constructors Constructor Description ClassFileProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprocessBinaries(ProcessorContext ctx, List<Source> sources)Process the binariesvoidprocessSources(ProcessorContext ctx, List<Source> sources)Process the sources
-
-
-
Method Detail
-
processBinaries
public void processBinaries(ProcessorContext ctx, List<Source> sources)
Description copied from interface:ProcessorProcess the binaries- Specified by:
processBinariesin interfaceProcessor- Parameters:
ctx- The contextsources- The list of sources
-
processSources
public void processSources(ProcessorContext ctx, List<Source> sources)
Description copied from interface:ProcessorProcess the sources- Specified by:
processSourcesin interfaceProcessor- Parameters:
ctx- The contextsources- The list of sources
-
-