public class FileSourceFolder extends java.lang.Object implements ISourceFolder
| Constructor and Description |
|---|
FileSourceFolder(FileProjectConfig parent,
java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getName()
The logical name of the source folder, like "src/main/java"
|
org.eclipse.emf.common.util.URI |
getPath()
The (platform dependent) physical location of the source folder.
|
int |
hashCode() |
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcontains, getAllResourcespublic FileSourceFolder(FileProjectConfig parent, java.lang.String name)
public java.lang.String getName()
ISourceFoldergetName in interface ISourceFolderpublic org.eclipse.emf.common.util.URI getPath()
ISourceFoldergetPath in interface ISourceFolderpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object