|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Structure containing information given to a BaseJProvider subclass in order to instantiate a new JStore. This interface is the flip-side of JamServiceParams - it provides a view into the params the user specified. In reality, JamServiceContext and JamServiceParams are implemented by the same object, JamServiceContextImpl, but it is cleaner to separate the users' view of that data (which is write-only) from the provider's view (which is view-only).
Method Summary | |
---|---|
java.lang.String[] |
getAllClassnames()
|
JamClassBuilder |
getBaseBuilder()
|
java.lang.String |
getCharacterEncoding()
Returns the character encoding to be used in reading java source files, or null if the default encoding should be used. |
MVisitor |
getInitializer()
|
ResourcePath |
getInputClasspath()
|
ResourcePath |
getInputSourcepath()
|
JamLogger |
getLogger()
|
java.lang.String |
getProperty(java.lang.String name)
|
java.lang.ClassLoader[] |
getReflectionClassLoaders()
|
java.io.File[] |
getSourceFiles()
|
org.codehaus.jam.annotation.JavadocTagParser |
getTagParser()
Returns the JavadocTagParser to be used in processing javadoc tags. |
ResourcePath |
getToolClasspath()
|
boolean |
is14WarningsEnabled()
|
Method Detail |
public ResourcePath getInputClasspath()
public ResourcePath getInputSourcepath()
public ResourcePath getToolClasspath()
public java.lang.String getProperty(java.lang.String name)
JamServiceParams.setProperty()
.public MVisitor getInitializer()
public java.lang.ClassLoader[] getReflectionClassLoaders()
public java.io.File[] getSourceFiles() throws java.io.IOException
java.io.IOException
public java.lang.String[] getAllClassnames() throws java.io.IOException
java.io.IOException
public JamLogger getLogger()
public JamClassBuilder getBaseBuilder()
public org.codehaus.jam.annotation.JavadocTagParser getTagParser()
Returns the JavadocTagParser to be used in processing javadoc tags. This never returns null - if no parser was specified by the user, the default one is used. This method should be used only by JavadocClassBuilder.
public java.lang.String getCharacterEncoding()
Returns the character encoding to be used in reading java source files, or null if the default encoding should be used.
public boolean is14WarningsEnabled()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |