com.infoengine.administration.delegate
Class DotDelegateInfo

java.lang.Object
  extended byjava.util.Dictionary
      extended byjava.util.Hashtable
          extended byjava.util.Properties
              extended bycom.infoengine.administration.delegate.DotDelegateInfo
All Implemented Interfaces:
Cloneable, Map, Serializable

public class DotDelegateInfo
extends Properties

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class java.util.Hashtable
 
Field Summary
static String DOT_DELEGATE_INFO
           
static String INSTALL
           
static String REPOSITORY
           
static String REPOSITORY_TYPE
           
static String TYPE_ID
           
 
Fields inherited from class java.util.Properties
defaults
 
Fields inherited from class java.util.Hashtable
 
Constructor Summary
DotDelegateInfo(File dir, DotDelegateInfo parent)
           
 
Method Summary
 String getRepositoryType()
           
 String getTypeId()
           
 boolean install()
           
 
Methods inherited from class java.util.Properties
getProperty, getProperty, list, list, load, propertyNames, save, setProperty, store
 
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

DOT_DELEGATE_INFO

public static final String DOT_DELEGATE_INFO
See Also:
Constant Field Values

REPOSITORY

public static final String REPOSITORY
See Also:
Constant Field Values

REPOSITORY_TYPE

public static final String REPOSITORY_TYPE
See Also:
Constant Field Values

TYPE_ID

public static final String TYPE_ID
See Also:
Constant Field Values

INSTALL

public static final String INSTALL
See Also:
Constant Field Values
Constructor Detail

DotDelegateInfo

public DotDelegateInfo(File dir,
                       DotDelegateInfo parent)
Parameters:
dir - - current directory (.delegateInfo file does not need to exist)
parent - - parent directory's DotDelegateInfo
Method Detail

getRepositoryType

public String getRepositoryType()
Returns:
repositoryType name

getTypeId

public String getTypeId()
Returns:
typeId

install

public boolean install()
Returns:
boolean