public class GosuPathEntry extends Object
| Constructor and Description |
|---|
GosuPathEntry(IDirectory root,
List<? extends IDirectory> srcs)
Constructs a new GosuPathEntry with the specified data.
|
| Modifier and Type | Method and Description |
|---|---|
IDirectory |
getRoot()
Returns the root directory for this GosuPathEntry.
|
List<? extends IDirectory> |
getSources()
Returns the source directories for this path entry.
|
String |
toDebugString()
Returns a String representation of this path entry suitable for use in debugging.
|
String |
toString() |
public GosuPathEntry(IDirectory root, List<? extends IDirectory> srcs)
root - the root IDirectory for this path entrysrcs - the set of IDirectories for this entry that should be considered to be source directoriespublic IDirectory getRoot()
public List<? extends IDirectory> getSources()
public String toDebugString()
Copyright © 2016. All rights reserved.