|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JamServiceContext
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()
|
JavadocTagParser |
getTagParser()
Returns the JavadocTagParser to be used in processing javadoc tags. |
ResourcePath |
getToolClasspath()
|
boolean |
is14WarningsEnabled()
|
Method Detail |
---|
ResourcePath getInputClasspath()
ResourcePath getInputSourcepath()
ResourcePath getToolClasspath()
java.lang.String getProperty(java.lang.String name)
JamServiceParams.setProperty()
.MVisitor getInitializer()
java.lang.ClassLoader[] getReflectionClassLoaders()
java.io.File[] getSourceFiles() throws java.io.IOException
java.io.IOException
java.lang.String[] getAllClassnames() throws java.io.IOException
java.io.IOException
JamLogger getLogger()
JamClassBuilder getBaseBuilder()
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.
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.
boolean is14WarningsEnabled()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |