public class POJOProject
extends java.lang.Object
Constructor and Description |
---|
POJOProject(java.lang.String projectName) |
Modifier and Type | Method and Description |
---|---|
java.io.File |
getBinDir()
Returns the "bin" directory at the root of this project.
|
POJOFolder |
getFolder(java.lang.String path)
Gets the location of a path relative to the root of this project.
|
POJOPath |
getLocation()
Gets the location of this project as a POJOPath.
|
java.lang.String |
getName() |
POJOPackageFragment[] |
getPackageFragments()
Get package fragments.
|
java.io.File |
getProjectDir()
Get the File which corresponds to the root of the project.
|
java.lang.String |
getSrcDir()
Should only be used for the SAMPLE project at this moment.
|
static void |
init(java.io.File workspaceDir)
Called to supply the directory of the workspace root.
|
public static void init(java.io.File workspaceDir)
workspaceDir
- public java.lang.String getName()
public POJOPath getLocation()
public POJOFolder getFolder(java.lang.String path)
path
- relative path under this project's root.public java.io.File getBinDir()
public java.lang.String getSrcDir()
public POJOPackageFragment[] getPackageFragments() throws java.lang.Exception
java.lang.Exception
public java.io.File getProjectDir()
Copyright © SAS Institute. All Rights Reserved.