|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.jdevimpl.audit.model.DefaultContentRoot
public class DefaultContentRoot
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface oracle.jdeveloper.audit.model.ContentRoot |
|---|
ContentRoot.Type |
| Field Summary |
|---|
| Fields inherited from interface oracle.jdeveloper.audit.model.ContentRoot |
|---|
LIBRARY, PROJECT, WORKSPACE |
| Constructor Summary | |
|---|---|
DefaultContentRoot(java.net.URL url, ContentRoot.Type type, 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. |
ContentRoot.Type |
getType()Gets the content type 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 |
|---|
public DefaultContentRoot(java.net.URL url,
ContentRoot.Type type,
java.lang.String key,
java.lang.String label,
boolean java,
IntersectedFilters filters)
| Method Detail |
|---|
public java.net.URL getUrl()
ContentRootgetUrl in interface ContentRootpublic ContentRoot.Type getType()
ContentRootgetType in interface ContentRootpublic java.lang.String getPath()
ContentRootgetPath in interface ContentRootpublic java.lang.String getNormalizedPath()
ContentRootgetNormalizedPath in interface ContentRootpublic java.lang.String getKey()
ContentRootgetKey in interface ContentRootpublic java.lang.String getLabel()
ContentRootgetLabel in interface ContentRootpublic boolean canContainJavaSources()
ContentRootcanContainJavaSources in interface ContentRootpublic IntersectedFilters getFilters()
ContentRootgetFilters in interface ContentRootpublic int compareTo(ContentRoot root)
compareTo in interface java.lang.Comparable<ContentRoot>public boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean contains(ContentRoot root)
ContentRootcontains in interface ContentRootpublic java.lang.String toString()
toString in class java.lang.Object
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||