@FinalFieldsConstructor public class FileSourceFolder extends Object implements ISourceFolder
| Constructor and Description |
|---|
FileSourceFolder(FileProjectConfig parent,
String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
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() |
String |
toString() |
public FileSourceFolder(FileProjectConfig parent, String name)
public String getName()
ISourceFoldergetName in interface ISourceFolderpublic org.eclipse.emf.common.util.URI getPath()
ISourceFoldergetPath in interface ISourceFolderCopyright © 2015. All Rights Reserved.