Class StepJarParser

java.lang.Object
step.repositories.artifact.StepJarParser

public class StepJarParser extends Object
  • Constructor Details

    • StepJarParser

      public StepJarParser()
  • Method Details

    • getPlansForJar

      public List<Plan> getPlansForJar(File artifact, File dependency, String[] includedClasses, String[] includedAnnotations, String[] excludedClasses, String[] excludedAnnotations)
    • getPlansForClass

      protected List<Plan> getPlansForClass(step.core.scanner.AnnotationScanner annotationScanner, Class<?> klass, File artifact)