Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


oracle.jdevimpl.audit.model
Class DefaultContentRoot

java.lang.Object
  extended by oracle.jdevimpl.audit.model.DefaultContentRoot

All Implemented Interfaces:
java.lang.Comparable<ContentRoot>, ContentRoot

public class DefaultContentRoot
extends java.lang.Object
implements ContentRoot

Constructor Summary
DefaultContentRoot(java.net.URL url, java.lang.String key, java.lang.String label, boolean java, IntersectedFilters filters)
           

 

Method Summary
 boolean canContainJavaSources()
          Gets whether this root can contain Java sources.
 int compareTo(ContentRoot root)
           
 boolean contains(ContentRoot root)
          Gets whether this root contains another root.
 boolean equals(java.lang.Object object)
           
 IntersectedFilters getFilters()
          Gets the declared pattern filters applicable to this root.
 java.lang.String getKey()
          Gets the key of this root.
 java.lang.String getLabel()
          Gets the label (short label) of this root.
 java.lang.String getNormalizedPath()
          Gets the normalized absolute path of this root.
 java.lang.String getPath()
          Gets the absolute path of this root.
 java.net.URL getUrl()
          Gets the URL of this root.
 int hashCode()
           
 java.lang.String toString()
           

 

Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait

 

Constructor Detail

DefaultContentRoot

public DefaultContentRoot(java.net.URL url,
                          java.lang.String key,
                          java.lang.String label,
                          boolean java,
                          IntersectedFilters filters)

Method Detail

getUrl

public java.net.URL getUrl()
Description copied from interface: ContentRoot
Gets the URL of this root.
Specified by:
getUrl in interface ContentRoot

getPath

public java.lang.String getPath()
Description copied from interface: ContentRoot
Gets the absolute path of this root.
Specified by:
getPath in interface ContentRoot

getNormalizedPath

public java.lang.String getNormalizedPath()
Description copied from interface: ContentRoot
Gets the normalized absolute path of this root.
Specified by:
getNormalizedPath in interface ContentRoot

getKey

public java.lang.String getKey()
Description copied from interface: ContentRoot
Gets the key of this root.
Specified by:
getKey in interface ContentRoot

getLabel

public java.lang.String getLabel()
Description copied from interface: ContentRoot
Gets the label (short label) of this root. In practice, the label seems to be used to group content sets in the navigator (e.g., one label is "Application Sources".
Specified by:
getLabel in interface ContentRoot

getFilters

public IntersectedFilters getFilters()
Description copied from interface: ContentRoot
Gets the declared pattern filters applicable to this root.
Specified by:
getFilters in interface ContentRoot

canContainJavaSources

public boolean canContainJavaSources()
Description copied from interface: ContentRoot
Gets whether this root can contain Java sources.
Specified by:
canContainJavaSources in interface ContentRoot

compareTo

public int compareTo(ContentRoot root)
Specified by:
compareTo in interface java.lang.Comparable<ContentRoot>

equals

public boolean equals(java.lang.Object object)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

contains

public boolean contains(ContentRoot root)
Description copied from interface: ContentRoot
Gets whether this root contains another root.
Specified by:
contains in interface ContentRoot

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


Copyright © 1997, 2011, Oracle. All rights reserved.