dfki.frodo.tools.rdf_schema_grapher.servlet
Class GrapherServlet.Property

java.lang.Object
  |
  +--dfki.util.config.Config.Property
        |
        +--dfki.frodo.tools.rdf_schema_grapher.servlet.GrapherServlet.Property
Enclosing class:
GrapherServlet

public static class GrapherServlet.Property
extends Config.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

PICTURE_DIR

public static final GrapherServlet.Property PICTURE_DIR
dir to store the generated pics

RDFS_DIR

public static final GrapherServlet.Property RDFS_DIR
dir to store rdfs files

DOT_DIR

public static final GrapherServlet.Property DOT_DIR
dir to store the generated dot files

CACHE_SIZE

public static final GrapherServlet.Property CACHE_SIZE
size of the picture cache

PICTURE_URL

public static final GrapherServlet.Property PICTURE_URL
URL to access the generated pics through a HTTP server

DOT_URL

public static final GrapherServlet.Property DOT_URL
URL to access the generated dot files through a HTTP server

INFO_DIR

public static final GrapherServlet.Property INFO_DIR
dir to store additional info of the generation tasks

DOT_CALL

public static final GrapherServlet.Property DOT_CALL
Command string to run the 'dot' tool

POST_PROCESSING_CALL

public static final GrapherServlet.Property POST_PROCESSING_CALL
Post processing call

RDFS_URL

public static final GrapherServlet.Property RDFS_URL
URL of the rdfs file to process