Contributor instead.@Deprecated public final class Contributor extends Contributor implements LinkedDirtyable
| Modifier and Type | Field and Description |
|---|---|
static int |
ADF_SOURCE_DIRECTORY
Deprecated.
Use ContributorType instead.
|
static int |
APPLICATION_SOURCEPATH
Deprecated.
Use ContributorType instead.
|
static int |
PROFILE_DEPENDENCIES
Deprecated.
Use ContributorType instead.
|
static int |
PROJECT_ADDITIONAL_CLASSPATH
Deprecated.
Use ContributorType instead.
|
static int |
PROJECT_DEPENDENCIES
Deprecated.
Use ContributorType instead.
|
static int |
PROJECT_HTML_ROOT_DIR
Deprecated.
Use ContributorType instead.
|
static int |
PROJECT_LIBRARY
Deprecated.
Use ContributorType instead.
|
static int |
PROJECT_OUTPUT_DIRECTORY
Deprecated.
Use ContributorType instead.
|
static int |
PROJECT_SOURCEPATH
Deprecated.
Use ContributorType instead.
|
static int |
UNDEFINED
Deprecated.
Use ContributorType instead.
|
static int |
USER_SPECIFIED
Deprecated.
Use ContributorType instead.
|
_hash| Constructor and Description |
|---|
Contributor()
Deprecated.
|
Contributor(HashStructure hash)
Deprecated.
|
Contributor(int type,
java.net.URL location)
Deprecated.
Use
Contributor or
LocationContributor instead. |
| Modifier and Type | Method and Description |
|---|---|
java.net.URL |
getLocation()
Deprecated.
Use LocationContributor instead.
|
int |
getType()
Deprecated.
Use getContributorType()
|
boolean |
isDirty()
Deprecated.
True if the data in the object has been modified.
|
void |
linkContainingDirtyable(Dirtyable dirtyable)
Deprecated.
|
void |
linkEmbeddedDirtyable(Dirtyable dirtyable)
Deprecated.
|
void |
markDirty(boolean dirty)
Deprecated.
Marks the data with the specified dirty state.
|
void |
setLocation(java.net.URL url)
Deprecated.
|
void |
setOwner(Dirtyable owner)
Deprecated.
This method should be called to set the document in which a
SubDirtyable implementation will be persisted. |
void |
setType(int type)
Deprecated.
|
void |
unlinkContainingDirtyable(Dirtyable dirtyable)
Deprecated.
|
void |
unlinkEmbeddedDirtyable(Dirtyable dirtyable)
Deprecated.
|
copyTo, create, getContributorType, getHashStructure, getType, setContributorTypeaddStructureChangeListener, containsKey, copyToImpl, equals, equalsImpl, findOrCreate, forcedCopyTo, removeStructureChangeListener, useObjectEquals@Deprecated public static final int UNDEFINED
@Deprecated public static final int USER_SPECIFIED
@Deprecated public static final int PROJECT_OUTPUT_DIRECTORY
@Deprecated public static final int PROJECT_ADDITIONAL_CLASSPATH
@Deprecated public static final int PROJECT_LIBRARY
@Deprecated public static final int PROJECT_HTML_ROOT_DIR
@Deprecated public static final int PROJECT_SOURCEPATH
@Deprecated public static final int PROJECT_DEPENDENCIES
@Deprecated public static final int PROFILE_DEPENDENCIES
@Deprecated public static final int APPLICATION_SOURCEPATH
@Deprecated public static final int ADF_SOURCE_DIRECTORY
public Contributor()
public Contributor(HashStructure hash)
public Contributor(int type,
java.net.URL location)
Contributor or
LocationContributor instead.public boolean isDirty()
Dirtyablepublic void markDirty(boolean dirty)
DirtyablemarkDirty(...) instead of
setDirty(...) so that the JavaBeans
Introspector will not
mistakenly identify "dirty" as a JavaBean property.public void linkContainingDirtyable(Dirtyable dirtyable)
linkContainingDirtyable in interface LinkedDirtyablepublic void unlinkContainingDirtyable(Dirtyable dirtyable)
unlinkContainingDirtyable in interface LinkedDirtyablepublic void linkEmbeddedDirtyable(Dirtyable dirtyable)
linkEmbeddedDirtyable in interface LinkedDirtyablepublic void unlinkEmbeddedDirtyable(Dirtyable dirtyable)
unlinkEmbeddedDirtyable in interface LinkedDirtyablepublic void setOwner(Dirtyable owner)
SubDirtyableSubDirtyable implementation will be persisted.setOwner in interface SubDirtyableowner - The Dirtyable object in which this
SubDirtyable will be saved.@Deprecated public int getType()
@Deprecated public void setType(int type)
@Deprecated public java.net.URL getLocation()
@Deprecated public void setLocation(java.net.URL url)