EAF 7.6 Util
A B C D E F G H I J K L M N O P Q R S T U V W X

G

generateParseException() - Method in class com.lutris.util.ConfigParser
 
generateParseException() - Method in class org.enhydra.util.ConfConfigurationParser
 
get(String) - Method in class com.lutris.util.KeywordValueTable
Get the value of a field as an object.
get(String, Object) - Method in class com.lutris.util.KeywordValueTable
Get the value of a field as an object, return a default if it does not exist.
get(String) - Method in class org.enhydra.util.JNDIAdapter
Get the value of a field as an object.
get(String, Object) - Method in class org.enhydra.util.JNDIAdapter
Get the value of a field as an object, return a default if it does not exist.
getAttribute(String) - Method in class org.enhydra.xml.ElementImpl
Returns the value of the attribute with given name.
getAttributeNode(String) - Method in class org.enhydra.xml.ElementImpl
Returns attribute value with given name of this node.
getAttributeNodeNS(String, String) - Method in class org.enhydra.xml.ElementImpl
Equivalent to getAttributeNode(localName).
getAttributeNS(String, String) - Method in class org.enhydra.xml.ElementImpl
Equivalent to getAttribute(localName).
getAttributes() - Method in class org.enhydra.util.dom.SimpleXMLObjectImpl
 
getAttributes() - Method in class org.enhydra.xml.ElementImpl
Returns all attribute nodes of this node.
getAttributes() - Method in class org.enhydra.xml.NodeImpl
Returns all attribute nodes of this node.
getBaseURI() - Method in class org.enhydra.util.dom.SimpleXMLObjectImpl
 
getBaseURI() - Method in class org.enhydra.xml.AttrImpl
 
getBaseURI() - Method in class org.enhydra.xml.ElementImpl
 
getBaseURI() - Method in class org.enhydra.xml.NodeImpl
 
getBeginColumn() - Method in class com.lutris.util.SimpleCharStream
 
getBeginLine() - Method in class com.lutris.util.SimpleCharStream
 
getBoolean(String) - Method in class com.lutris.util.Config
Returns a single boolean value associated with a given key.
getBoolean(String, boolean) - Method in class com.lutris.util.Config
Returns a single boolean value associated with a given key.
getBooleans(String) - Method in class com.lutris.util.Config
Returns all boolean values associated with a given key.
getBooleans(String, boolean[]) - Method in class com.lutris.util.Config
Returns all boolean values associated with a given key.
getCachedDOClassesForApplication(Config, ClassLoader) - Static method in class org.enhydra.util.Utils
Returns a List of DODS classes that represents the Database tables which are used by application given by it's name, and are cached.
getCachedDOClassesFromClassList(File, ClassLoader, String) - Static method in class org.enhydra.util.Utils
Find class names in specified ClassList file and add this classes in cache.
getCachedDOClassesFromClassListAsResource(InputStream, ClassLoader, String) - Static method in class org.enhydra.util.Utils
Find class names in specified ClassList file and add this classes in cache.
getCachedDOClassesFromDoml(InputStream, ClassLoader, String) - Static method in class org.enhydra.util.Utils
Find class names in specified doml file and add this classes in cache.
getCachedDOClassesFromDoml(String, ClassLoader, String) - Static method in class org.enhydra.util.Utils
Find class names in specified doml file and add this classes in cache.
getCharacterEntity(char) - Method in class org.enhydra.xml.io.ExtHTMLFormatter
 
getCharacterEntity(char) - Method in class org.enhydra.xml.io.ExtXMLFormatter
 
getChildNodes() - Method in class org.enhydra.util.dom.SimpleXMLObjectImpl
 
getChildNodes() - Method in class org.enhydra.xml.NodeImpl
Returns all child nodes of this node, or null if the node has no children.
getChildrenByTagName(String) - Method in class org.enhydra.xml.HashMapElement
Returns the list of all children nodes with the given tag name.
getClassObj() - Method in class com.lutris.classloader.MultiClassLoader.ClassResource
Get the class object.
getClassPath() - Method in class com.lutris.classloader.MultiClassLoader
Gets class path for class loader defined previously by constructor and setClassPath/addClassPath methods.
getClassResource(String) - Method in class com.lutris.classloader.MultiClassLoader
Get the resource for a class loaded by this class loader.
getClonedConfig() - Method in class com.lutris.util.Config
Returnes cloned Config object.
getColumn() - Method in class com.lutris.util.SimpleCharStream
Deprecated.  
getConfig(String) - Method in class com.lutris.util.Config
Get the value of a section as a Config object.
getConfigFile() - Method in class com.lutris.util.Config
Gets the ConfigFile associated with this object.
getCurrentLastModifiedTime() - Method in class com.lutris.classloader.LocalDirResource
Get current last-modification time of resource.
getCurrentLastModifiedTime() - Method in class com.lutris.classloader.LocalZipResource
Get current last-modification time of resource.
getCurrentLastModifiedTime() - Method in class com.lutris.classloader.RemoteDirResource
Get current last-modification time of resource.
getCurrentLastModifiedTime() - Method in class com.lutris.classloader.RemoteZipResource
Get current last-modification time of resource.
getData() - Method in class org.enhydra.xml.CharacterDataImpl
Returns node value.
getDataSource(String) - Method in class com.lutris.util.Config
Returns a DataSource value associated with a given key.
getDataSource(String, Object) - Method in class com.lutris.util.Config
Returns a single DataSource value associated with a given key.
getDelegate() - Method in class org.enhydra.util.dom.SimpleXMLObjectImpl
 
getDoctype() - Method in class org.enhydra.util.dom.SimpleXMLObjectImpl
 
getDocument() - Method in class org.enhydra.util.dom.SimpleXMLObjectImpl
 
getDocumentElement() - Method in class org.enhydra.util.dom.SimpleXMLObjectImpl
 
getDocumentURI() - Method in class org.enhydra.util.dom.SimpleXMLObjectImpl
 
getDomConfig() - Method in class org.enhydra.util.dom.SimpleXMLObjectImpl
 
getDomFactory() - Method in class org.enhydra.util.dom.SimpleXMLObjectImpl
Method is not implemented yet.
getDouble(String) - Method in class com.lutris.util.Config
Returns a single double value associated with a given key.
getDouble(String, double) - Method in class com.lutris.util.Config
Returns a single double value associated with a given key.
getDoubles(String) - Method in class com.lutris.util.Config
Returns all double values associated with a given key.
getDoubles(String, double[]) - Method in class com.lutris.util.Config
Returns all double values associated with a given key.
getElementById(String) - Method in class org.enhydra.util.dom.SimpleXMLObjectImpl
 
getElementsByTagName(String) - Method in class org.enhydra.util.dom.SimpleXMLObjectImpl
 
getElementsByTagName(String) - Method in class org.enhydra.xml.ElementImpl
Returns all Element nodes with given name, searching by all sub nodes from this node.
getElementsByTagName(String) - Method in class org.enhydra.xml.HashMapElement
Returns all Element nodes with given name, searching by all sub nodes from this node.
getElementsByTagNameNS(String, String) - Method in class org.enhydra.util.dom.SimpleXMLObjectImpl
 
getElementsByTagNameNS(String, String) - Method in class org.enhydra.xml.ElementImpl
Equivalent to getElementsByTagName(localName).
getEncoding() - Method in class org.enhydra.util.dom.SimpleXMLObjectImpl
See org.w3c.dom.Document#getEncoding
getEndColumn() - Method in class com.lutris.util.SimpleCharStream
 
getEndLine() - Method in class com.lutris.util.SimpleCharStream
 
getFeature(String, String) - Method in class org.enhydra.util.dom.SimpleXMLObjectImpl
 
getFeature(String, String) - Method in class org.enhydra.xml.AttrImpl
 
getFeature(String, String) - Method in class org.enhydra.xml.ElementImpl
 
getFeature(String, String) - Method in class org.enhydra.xml.NodeImpl
 
getFile() - Method in class com.lutris.classloader.LocalDirResource
Get the file associate with this resource.
getFileName() - Method in class org.enhydra.xml.XMLDocumentFactory
Returns xml file name.
getFirstChild() - Method in class org.enhydra.util.dom.SimpleXMLObjectImpl
 
getFirstChild() - Method in class org.enhydra.xml.NodeImpl
Returns the first child of this node, or null if the node has no children.
getFirstChildByTagName(String) - Method in class org.enhydra.xml.HashMapElement
Returns the first child Element with the given tag name.
getFirstSubElementByTagName(String) - Method in class org.enhydra.xml.SearchElement
Returns the first Element in the subtree of this node, with the given tag name.
getFirstSubElementsByCondition(String) - Method in class org.enhydra.xml.SearchElement
Returns the first Element in the subtree of this node, that satisfy the given condition.
getFormatter(Node, OutputOptions, boolean) - Static method in class org.enhydra.xml.io.ExtHTMLFormatter
 
getFormatter(Node, OutputOptions, boolean) - Static method in class org.enhydra.xml.io.ExtXMLFormatter
 
getHeight() - Method in class org.enhydra.tool.swing.layout.XYConstraints
 
getHeight() - Method in class org.enhydra.tool.swing.layout.XYLayout
 
GetImage() - Method in class com.lutris.util.SimpleCharStream
 
getImplementation() - Method in class org.enhydra.util.dom.SimpleXMLObjectImpl
 
getInputEncoding() - Method in class org.enhydra.util.dom.SimpleXMLObjectImpl
 
getInputStream() - Method in class com.lutris.classloader.LocalDirResource
Gets input stream representing resource.
getInputStream() - Method in class com.lutris.classloader.LocalZipResource
Gets input stream representing resource.
getInputStream() - Method in class com.lutris.classloader.RemoteDirResource
 
getInputStream() - Method in class com.lutris.classloader.RemoteZipResource
Gets the specified resource as an input stream.
getInt(String) - Method in class com.lutris.util.Config
Returns a single integer value associated with a given key.
getInt(String, int) - Method in class com.lutris.util.Config
Returns a single integer value associated with a given key.
getInts(String) - Method in class com.lutris.util.Config
Returns all integer values associated with a given key.
getInts(String, int[]) - Method in class com.lutris.util.Config
Returns all integer values associated with a given key.
getLastChild() - Method in class org.enhydra.util.dom.SimpleXMLObjectImpl
 
getLastChild() - Method in class org.enhydra.xml.NodeImpl
Returns the last child of this node, or null if the node has no children.
getLayoutAlignmentX(Container) - Method in class org.enhydra.tool.swing.layout.XYLayout
 
getLayoutAlignmentY(Container) - Method in class org.enhydra.tool.swing.layout.XYLayout
 
getLength() - Method in class org.enhydra.xml.NodeImpl
Returns number of child nodes.
getLength() - Method in class org.enhydra.xml.NodeListImpl
Returns the count of nodes.
getLine() - Method in class com.lutris.util.SimpleCharStream
Deprecated.  
getLocalName() - Method in class org.enhydra.util.dom.SimpleXMLObjectImpl
 
getLocalName() - Method in class org.enhydra.xml.NodeImpl
Equivalent to getNodeName.
getLocation() - Method in class com.lutris.classloader.ClassPathEntry
Gets location of class path entry.
getLogChannel() - Method in class com.lutris.classloader.MultiClassLoader
Get the log channel associated this class loader.
getLogger() - Method in class org.enhydra.util.jivan.JivanFactory
Returns logging object which can be used in applications.
getLong(String) - Method in class com.lutris.util.Config
Returns a single long integer value associated with a given key.
getLong(String, long) - Method in class com.lutris.util.Config
Returns a single long integer value associated with a given key.
getLongs(String) - Method in class com.lutris.util.Config
Returns all long integer values associated with a given key.
getLongs(String, long[]) - Method in class com.lutris.util.Config
Returns all long integer values associated with a given key.
getMessage() - Method in exception com.lutris.util.ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMessage() - Method in error com.lutris.util.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMIMEType() - Method in class org.enhydra.util.dom.SimpleXMLObjectImpl
 
getName() - Method in class com.lutris.classloader.ClassPathEntry
Gets file name of class path entry.
getName() - Method in class org.enhydra.xml.AttrImpl
Returns the attribute name associated with this node.
getNamespaceURI() - Method in class org.enhydra.util.dom.SimpleXMLObjectImpl
 
getNamespaceURI() - Method in class org.enhydra.xml.AttrImpl
 
getNamespaceURI() - Method in class org.enhydra.xml.CharacterDataImpl
Returns the namespace of the node.
getNamespaceURI() - Method in class org.enhydra.xml.ElementImpl
 
getNamespaceURI() - Method in class org.enhydra.xml.NodeImpl
 
getNextSameNameNode() - Method in class org.enhydra.xml.HashMapElement
Returns the next Element node (if exists) with the same tag name.
getNextSibling() - Method in class org.enhydra.util.dom.SimpleXMLObjectImpl
 
getNextSibling() - Method in class org.enhydra.xml.NodeImpl
Returns the next sibling of this node, or null if the node has no next sibling.
getNextToken() - Method in class com.lutris.util.ConfigParser
 
getNextToken() - Method in class com.lutris.util.ConfigParserTokenManager
 
getNextToken() - Method in class org.enhydra.util.ConfConfigurationParser
 
getNodeName() - Method in class org.enhydra.util.dom.SimpleXMLObjectImpl
 
getNodeName() - Method in class org.enhydra.xml.AttrImpl
Returns the name associated with this node.
getNodeName() - Method in class org.enhydra.xml.CommentImpl
Returns the name ("#comment") associated with this node.
getNodeName() - Method in class org.enhydra.xml.NodeImpl
Returns the name associated with this node.
getNodeName() - Method in class org.enhydra.xml.TextImpl
Returns the name ("#text") associated with this node.
getNodeType() - Method in class org.enhydra.util.dom.SimpleXMLObjectImpl
 
getNodeType() - Method in class org.enhydra.xml.AttrImpl
Returns the node type.
getNodeType() - Method in class org.enhydra.xml.CommentImpl
Returns the node type.
getNodeType() - Method in class org.enhydra.xml.NodeImpl
Returns the node type.
getNodeType() - Method in class org.enhydra.xml.TextImpl
Returns the node type.
getNodeValue() - Method in class org.enhydra.util.dom.SimpleXMLObjectImpl
 
getNodeValue() - Method in class org.enhydra.xml.AttrImpl
Returns the value associated with this node.
getNodeValue() - Method in class org.enhydra.xml.NodeImpl
Returns the value associated with this node.
getNodeValue() - Method in class org.enhydra.xml.TextImpl
Returns the trimed node value associated with this node.
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.enhydra.util.ConfConfigurationFactory
 
getOwnerDocument() - Method in class org.enhydra.util.dom.SimpleXMLObjectImpl
 
getOwnerDocument() - Method in class org.enhydra.xml.NodeImpl
Returns null, since NodeImpls do not belong to any Document.
getOwnerElement() - Method in class org.enhydra.xml.AttrImpl
Returns the owner of this attribute.
getParentNode() - Method in class org.enhydra.util.dom.SimpleXMLObjectImpl
 
getParentNode() - Method in class org.enhydra.xml.NodeImpl
Returns the parent of this node.
getPrefix() - Method in class org.enhydra.util.dom.SimpleXMLObjectImpl
 
getPrefix() - Method in class org.enhydra.xml.NodeImpl
Returns null, since namespaces are not supported.
getPreviousSibling() - Method in class org.enhydra.util.dom.SimpleXMLObjectImpl
 
getPreviousSibling() - Method in class org.enhydra.xml.NodeImpl
Returns the previous sibling of this node, or null if this node has no previous sibling.
getResource(String) - Method in class com.lutris.classloader.ClassPathEntry
Gets resource with the specified name from class path entry.
getResource() - Method in class com.lutris.classloader.MultiClassLoader.ClassResource
Get the resource.
getResource(String) - Method in class com.lutris.classloader.MultiClassLoader
Gets specified resource as URL.
getResource(String) - Method in class org.enhydra.util.JNDIAdapter
 
getResourceAsByteArray(String) - Method in class com.lutris.classloader.MultiClassLoader
Gets specified resource as array of bytes.
getResourceAsIs(String) - Method in class com.lutris.classloader.MultiClassLoader
Gets specified resource object.
getResourceAsStream(String) - Method in class com.lutris.classloader.MultiClassLoader
Gets specified resource as input stream.
getResourceObject(String) - Method in class com.lutris.classloader.MultiClassLoader
Gets specified resource object.
getResults() - Method in class org.enhydra.util.ConfConfiguration
 
getSchemaTypeInfo() - Method in class org.enhydra.xml.AttrImpl
 
getSchemaTypeInfo() - Method in class org.enhydra.xml.ElementImpl
 
getSecondary() - Method in class com.lutris.classloader.MultiClassLoader
Get the secondary class loader.
getSection(String) - Method in class com.lutris.util.Config
Gets the value of a section as a KeywordValueTable object.
getSection(String) - Method in class com.lutris.util.KeywordValueTable
Get the value of a section.
getSection(String) - Method in class org.enhydra.xml.XMLConfig
Returns XMLConfig as a subconfiguration with the given condition.
getSpecified() - Method in class org.enhydra.xml.AttrImpl
If this attribute was explicitly given a value in the original document, this is true; otherwise, it is false.
getStandalone() - Method in class org.enhydra.util.dom.SimpleXMLObjectImpl
See org.w3c.dom.Document#getStandalone
getStrictErrorChecking() - Method in class org.enhydra.util.dom.SimpleXMLObjectImpl
See org.w3c.dom.Document#getStrictErrorChecking
getString(String) - Method in class com.lutris.util.Config
Returns a single String value associated with a given key.
getString(String, String) - Method in class com.lutris.util.Config
Returns a single String value associated with a given key.
getString(String) - Method in class com.lutris.util.KeywordValueTable
Get the value of a field as a string
getString(String, String) - Method in class com.lutris.util.KeywordValueTable
Get the value of a field as a string, return a default if it does not exist.
getStrings(String) - Method in class com.lutris.util.Config
Returns all String values associated with a given key.
getStrings(String, String[]) - Method in class com.lutris.util.Config
Returns all String values associated with a given key.
getStrings(String) - Method in class org.enhydra.util.JNDIAdapter
Get the value of a field as String array.
getSubElementsByAttrValue(String, String) - Method in class org.enhydra.xml.SearchElement
Returns a list of Elements in the subtree of this node, which contain attribute with the given name and value.
getSubElementsByCondition(String) - Method in class org.enhydra.xml.SearchElement
Returns a list of Elements in the subtree of this node, that satisfy the given condition.
getSubElementsByTagName(String) - Method in class org.enhydra.xml.SearchElement
Returns a list of elements in the subtree of this node, with the given tag name.
getSubElementsByTagText(String, String) - Method in class org.enhydra.xml.SearchElement
Returns a list of Elements in the subtree of this node, with the given tag name and value.
GetSuffix(int) - Method in class com.lutris.util.SimpleCharStream
 
getSystemClassPath() - Static method in class com.lutris.classloader.MultiClassLoader
Gets class path from system.
getTab() - Method in class org.enhydra.xml.Indent
Returns the tab string.
getTagName() - Method in class org.enhydra.xml.ElementImpl
Returns tag name of this node.
getText() - Method in class org.enhydra.xml.HashMapElement
Returns the concatenation of values of all text type children.
getText(String) - Method in class org.enhydra.xml.SearchElement
Return the text of the Element found on the given path.
getTextContent() - Method in class org.enhydra.util.dom.SimpleXMLObjectImpl
 
getTextContent() - Method in class org.enhydra.xml.AttrImpl
 
getTextContent() - Method in class org.enhydra.xml.ElementImpl
 
getTextContent() - Method in class org.enhydra.xml.NodeImpl
 
getToken(int) - Method in class com.lutris.util.ConfigParser
 
getToken(int) - Method in class org.enhydra.util.ConfConfigurationParser
 
getURL() - Method in class com.lutris.classloader.ClassPathEntry
Gets class path entry set previously by constructor.
getUserData(String) - Method in class org.enhydra.util.dom.SimpleXMLObjectImpl
 
getUserData(String) - Method in class org.enhydra.xml.AttrImpl
 
getUserData(String) - Method in class org.enhydra.xml.ElementImpl
 
getUserData(String) - Method in class org.enhydra.xml.NodeImpl
 
getValue() - Method in class org.enhydra.xml.AttrImpl
Returns the value associated with this attributes.
getVersion() - Method in class org.enhydra.util.dom.SimpleXMLObjectImpl
See org.w3c.dom.Document#getVersion()
getWholeText() - Method in class org.enhydra.xml.TextImpl
 
getWidth() - Method in class org.enhydra.tool.swing.layout.XYConstraints
 
getWidth() - Method in class org.enhydra.tool.swing.layout.XYLayout
 
getX() - Method in class org.enhydra.tool.swing.layout.XYConstraints
 
getXmlEncoding() - Method in class org.enhydra.util.dom.SimpleXMLObjectImpl
 
getXmlStandalone() - Method in class org.enhydra.util.dom.SimpleXMLObjectImpl
 
getXmlVersion() - Method in class org.enhydra.util.dom.SimpleXMLObjectImpl
 
getY() - Method in class org.enhydra.tool.swing.layout.XYConstraints
 
getZipFile() - Method in class com.lutris.classloader.ClassPathEntry
Gets zip file associated with class path entry if appropriate.

EAF 7.6 Util
A B C D E F G H I J K L M N O P Q R S T U V W X