|
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 | |||||||||
public interface ContentRoot
A content root represents a single root directory from a single content set.
Two roots are equal if the following are equal:
| Nested Class Summary | |
|---|---|
static class |
ContentRoot.Type |
| Field Summary | |
|---|---|
static ContentRoot.Type |
LIBRARY |
static ContentRoot.Type |
PROJECT |
static ContentRoot.Type |
WORKSPACE |
| Method Summary | |
|---|---|
boolean |
canContainJavaSources()Gets whether this root can contain Java sources. |
boolean |
contains(ContentRoot root)Gets whether this root contains another root. |
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. |
| Methods inherited from interface java.lang.Comparable |
|---|
compareTo |
| Field Detail |
|---|
static final ContentRoot.Type WORKSPACE
static final ContentRoot.Type PROJECT
static final ContentRoot.Type LIBRARY
| Method Detail |
|---|
java.net.URL getUrl()
ContentRoot.Type getType()
java.lang.String getPath()
java.lang.String getNormalizedPath()
java.lang.String getKey()
java.lang.String getLabel()
IntersectedFilters getFilters()
boolean contains(ContentRoot root)
boolean canContainJavaSources()
|
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 | |||||||||