|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.core.internal.resources.ResourceInfo
org.eclipse.core.internal.resources.ProjectInfo
public class ProjectInfo
Field Summary |
---|
Constructor Summary | |
---|---|
ProjectInfo()
|
Method Summary | |
---|---|
void |
fixupAfterMove()
Discards any stale state on this project after it has been moved. |
ProjectDescription |
getDescription()
Returns the description associated with this info. |
org.eclipse.core.runtime.content.IContentTypeMatcher |
getMatcher()
Returns the content type matcher associated with this info. |
IProjectNature |
getNature(java.lang.String natureId)
|
java.lang.Object |
getPropertyStore()
Returns the property store associated with this info. |
void |
setDescription(ProjectDescription value)
Sets the description associated with this info. |
void |
setMatcher(org.eclipse.core.runtime.content.IContentTypeMatcher matcher)
Sets the content type matcher to be associated with this info. |
void |
setNature(java.lang.String natureId,
IProjectNature value)
|
void |
setPropertyStore(java.lang.Object value)
Sets the property store associated with this info. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProjectInfo()
Method Detail |
---|
public void fixupAfterMove()
public ProjectDescription getDescription()
public org.eclipse.core.runtime.content.IContentTypeMatcher getMatcher()
public IProjectNature getNature(java.lang.String natureId)
public java.lang.Object getPropertyStore()
getPropertyStore
in class ResourceInfo
public void setDescription(ProjectDescription value)
public void setMatcher(org.eclipse.core.runtime.content.IContentTypeMatcher matcher)
public void setNature(java.lang.String natureId, IProjectNature value)
public void setPropertyStore(java.lang.Object value)
setPropertyStore
in class ResourceInfo
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |