|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.mkdoc.util.AbstractApplicationContext
Base superclass for application contexts.
Field Summary |
Fields inherited from interface com.mkdoc.util.ApplicationContext |
ABSOLUTE, DIRECTORY, REPOSITORY |
Constructor Summary | |
AbstractApplicationContext()
|
Method Summary | |
protected abstract java.io.File |
getDefaultStoreDirectory()
A template method to get a default store directory. |
java.io.File |
getStoreDirectory()
Get the store directory. |
java.lang.String |
getStorePath()
Get the reopsitory file path, if any. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.mkdoc.util.ApplicationContext |
getBooleanParameter, getClassParameter, getStringParameter |
Constructor Detail |
public AbstractApplicationContext()
Method Detail |
public final java.io.File getStoreDirectory()
getStoreDirectory
in interface ApplicationContext
public final java.lang.String getStorePath()
getStorePath
in interface ApplicationContext
null
if not found.protected abstract java.io.File getDefaultStoreDirectory()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |