Package org.eclipse.xtext.workspace
Class FileSourceFolder
- java.lang.Object
-
- org.eclipse.xtext.workspace.FileSourceFolder
-
- All Implemented Interfaces:
ISourceFolder
public class FileSourceFolder extends java.lang.Object implements ISourceFolder
-
-
Constructor Summary
Constructors Constructor Description FileSourceFolder(FileProjectConfig parent, java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)java.lang.StringgetName()The logical name of the source folder, like "src/main/java"org.eclipse.emf.common.util.URIgetPath()The (platform dependent) physical location of the source folder.inthashCode()java.lang.StringtoString()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.eclipse.xtext.workspace.ISourceFolder
contains, getAllResources
-
-
-
-
Constructor Detail
-
FileSourceFolder
public FileSourceFolder(FileProjectConfig parent, java.lang.String name)
-
-
Method Detail
-
getName
public java.lang.String getName()
Description copied from interface:ISourceFolderThe logical name of the source folder, like "src/main/java"- Specified by:
getNamein interfaceISourceFolder
-
getPath
public org.eclipse.emf.common.util.URI getPath()
Description copied from interface:ISourceFolderThe (platform dependent) physical location of the source folder. The path will always end in a trailing separator. It will never be null.- Specified by:
getPathin interfaceISourceFolder
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-