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 void
processBinaries(ProcessorContext ctx, List<Source> sources)
Process the binariesvoid
processSources(ProcessorContext ctx, List<Source> sources)
Process the sources
-
-
-
Method Detail
-
processBinaries
public void processBinaries(ProcessorContext ctx, List<Source> sources)
Description copied from interface:Processor
Process the binaries- Specified by:
processBinaries
in interfaceProcessor
- Parameters:
ctx
- The contextsources
- The list of sources
-
processSources
public void processSources(ProcessorContext ctx, List<Source> sources)
Description copied from interface:Processor
Process the sources- Specified by:
processSources
in interfaceProcessor
- Parameters:
ctx
- The contextsources
- The list of sources
-
-