net.officefloor.eclipse.classpathcontainer
Class SourceAttachmentEntry

java.lang.Object
  extended by net.officefloor.eclipse.classpathcontainer.SourceAttachmentEntry

public class SourceAttachmentEntry
extends Object

Source attachment entry.

Author:
Daniel Sagenschneider

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

SourceAttachmentEntry

public SourceAttachmentEntry()
Default constructor for retrieving.


SourceAttachmentEntry

public SourceAttachmentEntry(String classpathPath,
                             String sourceAttachmentPath,
                             String sourceAttachmentRootPath)
Initiate.

Parameters:
classpathPath - IClasspathEntry IPath.toPortableString().
sourceAttachmentPath - Source attachment path.
sourceAttachmentRootPath - Source attachment root path.

SourceAttachmentEntry

public SourceAttachmentEntry(org.eclipse.core.runtime.IPath classpathPath,
                             org.eclipse.core.runtime.IPath sourceAttachmentPath,
                             org.eclipse.core.runtime.IPath sourceAttachmentRootPath)
Initiate.

Parameters:
classpathPath - IClasspathEntry.getPath().
sourceAttachmentPath - IClasspathEntry.getSourceAttachmentPath().
sourceAttachmentRootPath - IClasspathEntry.getSourceAttachmentRootPath().
Method Detail

getClasspathPath

public String getClasspathPath()
Obtains the IClasspathEntry IPath.toPortableString().

Returns:
IClasspathEntry IPath.toPortableString().

setClasspathPath

public void setClasspathPath(String classpathPath)
Specifies the IClasspathEntry IPath.toPortableString().

Parameters:
classpathPath - IClasspathEntry IPath.toPortableString().

getSourceAttachmentPath

public String getSourceAttachmentPath()
Obtains the source attachment path.

Returns:
Source attachment path.

getSourceAttachmentIPath

public org.eclipse.core.runtime.IPath getSourceAttachmentIPath()
Obtains the source attachment IPath.

Returns:
Source attachment IPath.

setSourceAttachmentPath

public void setSourceAttachmentPath(String sourceAttachmentPath)
Specifies the source attachment path.

Parameters:
sourceAttachmentPath - Source attachment path.

getSourceAttachmentRootPath

public String getSourceAttachmentRootPath()
Obtains the source attachment root path.

Returns:
Source attachment root path.

getSourceAttachmentRootIPath

public org.eclipse.core.runtime.IPath getSourceAttachmentRootIPath()
Obtains the source attachment root IPath.

Returns:
Source attachment root IPath.

setSourceAttachmentRootPath

public void setSourceAttachmentRootPath(String sourceAttachmentRootPath)
Specifies the source attachment root path.

Parameters:
sourceAttachmentRootPath - Source attachment root path.


Copyright © 2005-2013. All Rights Reserved.