public class Project extends Object
| Constructor and Description |
|---|
Project(org.openrdf.model.URI id,
File baseDir) |
| Modifier and Type | Method and Description |
|---|---|
ProjectFolder |
createFolder(File localDir) |
static org.openrdf.model.URI |
createId(String groupId,
String artifactId,
String version) |
ProjectFile |
createProjectFile(File localFile) |
ProjectFile |
createProjectFile(String path) |
File |
getBaseDir()
Get the base directory of this Project.
|
org.openrdf.model.URI |
getId()
Get a URI that identifies the project as a logical entity.
|
public Project(org.openrdf.model.URI id,
File baseDir)
public static org.openrdf.model.URI createId(String groupId, String artifactId, String version)
public org.openrdf.model.URI getId()
urn:maven:{groupId}.{artifactId}-{version}
public File getBaseDir()
public ProjectFile createProjectFile(String path) throws ProjectFileException
ProjectFileExceptionpublic ProjectFolder createFolder(File localDir) throws ProjectFileException
ProjectFileExceptionpublic ProjectFile createProjectFile(File localFile) throws ProjectFileException
ProjectFileExceptionCopyright © 2019. All rights reserved.