ch.elca.dependency.core
Class DependencyContext

java.lang.Object
  |
  +--java.util.Dictionary
        |
        +--java.util.Hashtable
              |
              +--ch.elca.dependency.core.DependencyContext
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable

public class DependencyContext
extends java.util.Hashtable

DependencyContext used as a Context in which to create a DependencyModel. It means that this class serves the Analyzer all necessary informations for creation of a DependencyModel.

Version:
1.0-beta
Author:
Pawel Kowalski
See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class java.util.Map
java.util.Map.Entry
 
Field Summary
static java.lang.String BASIC_FILTER_KEY
          Key to store and retrieve the Basic Filter.
static java.lang.String HELP_KEY
          Key to request a cmd-line usage information of the DependencyTool.
static java.lang.String NOWIN_KEY
          Key to store and retrieve the NO-WIN property.
static java.lang.String PERSPECTIVES_KEY
          Key to store and retrieve the location of a Perspective config.
static java.lang.String PROXY_KEY
          Key to store and retrieve the PROXY property.
static java.lang.String REPORT_CONFIG_KEY
          Key to store and retrieve the location of a Report configuration.
static java.lang.String ROOT_FILE_KEY
          Key to store and retrieve the Root of the Project to be analyzed.
 
Constructor Summary
DependencyContext()
           
 
Method Summary
 boolean suffices()
          With this method the user can check, whether this DependencyContext is sufficient for creation of a DependencyModel.
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

ROOT_FILE_KEY

public static final java.lang.String ROOT_FILE_KEY
Key to store and retrieve the Root of the Project to be analyzed.

See Also:
Constant Field Values

REPORT_CONFIG_KEY

public static final java.lang.String REPORT_CONFIG_KEY
Key to store and retrieve the location of a Report configuration.

See Also:
Constant Field Values

BASIC_FILTER_KEY

public static final java.lang.String BASIC_FILTER_KEY
Key to store and retrieve the Basic Filter.

See Also:
Constant Field Values

PERSPECTIVES_KEY

public static final java.lang.String PERSPECTIVES_KEY
Key to store and retrieve the location of a Perspective config.

See Also:
Constant Field Values

NOWIN_KEY

public static final java.lang.String NOWIN_KEY
Key to store and retrieve the NO-WIN property.

See Also:
Constant Field Values

PROXY_KEY

public static final java.lang.String PROXY_KEY
Key to store and retrieve the PROXY property.

See Also:
Constant Field Values

HELP_KEY

public static final java.lang.String HELP_KEY
Key to request a cmd-line usage information of the DependencyTool.

See Also:
Constant Field Values
Constructor Detail

DependencyContext

public DependencyContext()
Method Detail

suffices

public boolean suffices()
With this method the user can check, whether this DependencyContext is sufficient for creation of a DependencyModel.

Returns:
a boolean value


Copyright © 2003 ELCA Informatique SA. All Rights Reserved.