jet.modules
Interface Module


public interface Module


Method Summary
 List<String> getAnnotationsRoots()
           
 List<String> getClasspathRoots()
           
 String getModuleName()
           
 List<String> getSourceFiles()
           
 

Method Detail

getModuleName

String getModuleName()

getSourceFiles

List<String> getSourceFiles()

getClasspathRoots

List<String> getClasspathRoots()

getAnnotationsRoots

List<String> getAnnotationsRoots()


Copyright © 2013. All Rights Reserved.