Class ProjectPath
java.lang.Object
ca.phon.project.ProjectPath
Path used for project drag invalid input: '&' drop support. The path may
point to either a corpus folder or session file.
-
Constructor Summary
ConstructorsConstructorDescriptionProjectPath
(Project project) ProjectPath
(Project project, Session session) ProjectPath
(Project project, String corpus, String sessionName) -
Method Summary
Modifier and TypeMethodDescriptionReturn absolute file pathboolean
boolean
boolean
void
void
setProject
(Project project) void
setSession
(String session) toString()
-
Constructor Details
-
ProjectPath
-
ProjectPath
-
ProjectPath
-
-
Method Details
-
getProject
-
setProject
-
getCorpus
-
setCorpus
-
getSession
-
setSession
-
isProjectPath
public boolean isProjectPath() -
isCorpusPath
public boolean isCorpusPath() -
isSessionPath
public boolean isSessionPath() -
getAbsolutePath
-
toString
-