Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

openfuture.editxml.model
Class DomainManager  view DomainManager download DomainManager.java

java.lang.Object
  extended byopenfuture.editxml.model.DomainManager

public class DomainManager
extends java.lang.Object

Manages XML domains.

Created: Wed Apr 11 06:18:36 2001

Version:
$Revision: 1.1.1.1 $

Field Summary
private  java.util.Hashtable domainTable
           
private  java.util.Hashtable fileTable
           
private  java.util.LinkedList xmlDomains
           
 
Constructor Summary
DomainManager(java.util.LinkedList xmlDomains)
          Initialize with a list of XML Domains.
 
Method Summary
 java.util.LinkedList getDomainNames()
          Retrieve the list of domain names
 java.util.Hashtable getDomainTable()
          Deliver the table of all available XML Domains.
 java.util.LinkedList getFileNames(java.lang.String domainName)
          Retrieve the list of files below the XML domain directory 55 .
 java.util.Hashtable getFileTable()
          Retrieve a hashtable with the list of file names for each domain.
 XmlDomain getXmlDomain(java.lang.String name)
          Delivers the XML Domain where getName() 55 equals to name.
 java.util.LinkedList getXmlDomains()
          Get the value of xmlDomains.
 void setXmlDomains(java.util.LinkedList v)
          Set the value of xmlDomains.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

xmlDomains

private java.util.LinkedList xmlDomains

domainTable

private java.util.Hashtable domainTable

fileTable

private java.util.Hashtable fileTable
Constructor Detail

DomainManager

public DomainManager(java.util.LinkedList xmlDomains)
Initialize with a list of XML Domains.

Method Detail

getXmlDomain

public XmlDomain getXmlDomain(java.lang.String name)
Delivers the XML Domain where getName() 55 equals to name.


getFileNames

public java.util.LinkedList getFileNames(java.lang.String domainName)
Retrieve the list of files below the XML domain directory 55 .


getDomainNames

public java.util.LinkedList getDomainNames()
Retrieve the list of domain names


getFileTable

public java.util.Hashtable getFileTable()
Retrieve a hashtable with the list of file names for each domain. Domain names are the keys in the hashtable.


getDomainTable

public java.util.Hashtable getDomainTable()
Deliver the table of all available XML Domains.


getXmlDomains

public java.util.LinkedList getXmlDomains()
Get the value of xmlDomains.


setXmlDomains

public void setXmlDomains(java.util.LinkedList v)
Set the value of xmlDomains.