dfki.frodo.tools.rdf_schema_grapher
Class DotExecutor.Property

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

public static class DotExecutor.Property
extends Config.Property


Field Summary
static DotExecutor.Property BINARY_NAME
          Dot executable
static DotExecutor.Property FONT_PATH
          Path to font files used by dot
static java.lang.String MODULE_NAME
           
static DotExecutor.Property PICTURE_TYPE
          Type of output, e.g.
static DotExecutor.Property SHELL
          Executing shell: e.g.
 
Fields inherited from class dfki.util.config.Config.Property
MULTI_VALUE, SEPARATOR, SINGLE_VALUE
 
Constructor Summary
DotExecutor.Property(java.lang.String id, java.lang.String descr)
           
 
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

MODULE_NAME

public static final java.lang.String MODULE_NAME

PICTURE_TYPE

public static final DotExecutor.Property PICTURE_TYPE
Type of output, e.g. gif

SHELL

public static final DotExecutor.Property SHELL
Executing shell: e.g. csh, command.com, cmd.exe

BINARY_NAME

public static final DotExecutor.Property BINARY_NAME
Dot executable

FONT_PATH

public static final DotExecutor.Property FONT_PATH
Path to font files used by dot
Constructor Detail

DotExecutor.Property

public DotExecutor.Property(java.lang.String id,
                            java.lang.String descr)