|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.officefloor.eclipse.classpathcontainer.SourceAttachmentEntry
public class SourceAttachmentEntry
Source attachment entry.
| Constructor Summary | |
|---|---|
SourceAttachmentEntry()
Default constructor for retrieving. |
|
SourceAttachmentEntry(org.eclipse.core.runtime.IPath classpathPath,
org.eclipse.core.runtime.IPath sourceAttachmentPath,
org.eclipse.core.runtime.IPath sourceAttachmentRootPath)
Initiate. |
|
SourceAttachmentEntry(String classpathPath,
String sourceAttachmentPath,
String sourceAttachmentRootPath)
Initiate. |
|
| Method Summary | |
|---|---|
String |
getClasspathPath()
Obtains the IClasspathEntry IPath.toPortableString(). |
org.eclipse.core.runtime.IPath |
getSourceAttachmentIPath()
Obtains the source attachment IPath. |
String |
getSourceAttachmentPath()
Obtains the source attachment path. |
org.eclipse.core.runtime.IPath |
getSourceAttachmentRootIPath()
Obtains the source attachment root IPath. |
String |
getSourceAttachmentRootPath()
Obtains the source attachment root path. |
void |
setClasspathPath(String classpathPath)
Specifies the IClasspathEntry IPath.toPortableString(). |
void |
setSourceAttachmentPath(String sourceAttachmentPath)
Specifies the source attachment path. |
void |
setSourceAttachmentRootPath(String sourceAttachmentRootPath)
Specifies the source attachment root path. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SourceAttachmentEntry()
public SourceAttachmentEntry(String classpathPath,
String sourceAttachmentPath,
String sourceAttachmentRootPath)
classpathPath - IClasspathEntry IPath.toPortableString().sourceAttachmentPath - Source attachment path.sourceAttachmentRootPath - Source attachment root path.
public SourceAttachmentEntry(org.eclipse.core.runtime.IPath classpathPath,
org.eclipse.core.runtime.IPath sourceAttachmentPath,
org.eclipse.core.runtime.IPath sourceAttachmentRootPath)
classpathPath - IClasspathEntry.getPath().sourceAttachmentPath - IClasspathEntry.getSourceAttachmentPath().sourceAttachmentRootPath - IClasspathEntry.getSourceAttachmentRootPath().| Method Detail |
|---|
public String getClasspathPath()
IClasspathEntry IPath.toPortableString().
IClasspathEntry IPath.toPortableString().public void setClasspathPath(String classpathPath)
IClasspathEntry IPath.toPortableString().
classpathPath - IClasspathEntry IPath.toPortableString().public String getSourceAttachmentPath()
public org.eclipse.core.runtime.IPath getSourceAttachmentIPath()
IPath.
IPath.public void setSourceAttachmentPath(String sourceAttachmentPath)
sourceAttachmentPath - Source attachment path.public String getSourceAttachmentRootPath()
public org.eclipse.core.runtime.IPath getSourceAttachmentRootIPath()
IPath.
IPath.public void setSourceAttachmentRootPath(String sourceAttachmentRootPath)
sourceAttachmentRootPath - Source attachment root path.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||