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