|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--dfki.util.config.Config.Property | +--dfki.frodo.tools.rdf_schema_grapher.servlet.GrapherServlet.Property
Field Summary | |
static GrapherServlet.Property |
CACHE_SIZE
size of the picture cache |
static GrapherServlet.Property |
DOT_CALL
Command string to run the 'dot' tool |
static GrapherServlet.Property |
DOT_DIR
dir to store the generated dot files |
static GrapherServlet.Property |
DOT_URL
URL to access the generated dot files through a HTTP server |
static GrapherServlet.Property |
INFO_DIR
dir to store additional info of the generation tasks |
static GrapherServlet.Property |
PICTURE_DIR
dir to store the generated pics |
static GrapherServlet.Property |
PICTURE_URL
URL to access the generated pics through a HTTP server |
static GrapherServlet.Property |
POST_PROCESSING_CALL
Post processing call |
static GrapherServlet.Property |
RDFS_DIR
dir to store rdfs files |
static GrapherServlet.Property |
RDFS_URL
URL of the rdfs file to process |
Fields inherited from class dfki.util.config.Config.Property |
MULTI_VALUE, SEPARATOR, SINGLE_VALUE |
Methods inherited from class dfki.util.config.Config.Property |
getDescription, getId, isMultiValued, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final GrapherServlet.Property PICTURE_DIR
public static final GrapherServlet.Property RDFS_DIR
public static final GrapherServlet.Property DOT_DIR
public static final GrapherServlet.Property CACHE_SIZE
public static final GrapherServlet.Property PICTURE_URL
public static final GrapherServlet.Property DOT_URL
public static final GrapherServlet.Property INFO_DIR
public static final GrapherServlet.Property DOT_CALL
public static final GrapherServlet.Property POST_PROCESSING_CALL
public static final GrapherServlet.Property RDFS_URL
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |