Class SimpleProject
- java.lang.Object
-
- org.rodnansol.core.project.Project
-
- org.rodnansol.core.project.simple.SimpleProject
-
public class SimpleProject extends Project
Class representing a simple class.- Since:
- 0.1.0
- Author:
- nandorholozsnyak
-
-
Field Summary
-
Fields inherited from class org.rodnansol.core.project.Project
basedir, modules, name, projectType
-
-
Constructor Summary
Constructors Constructor Description SimpleProject(File basedir, String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getPossibleMetadataFilePaths()Returns the list of the possible metadata file paths inside a project.-
Methods inherited from class org.rodnansol.core.project.Project
getBasedir, getDefaultAggregatedTargetFilePath, getDefaultOutputFolder, getDefaultOutputFolder, getDefaultTargetFilePath, getModules, getName, getProjectType, setModules, toString
-
-
-
-
Method Detail
-
getPossibleMetadataFilePaths
public List<String> getPossibleMetadataFilePaths()
Description copied from class:ProjectReturns the list of the possible metadata file paths inside a project.- Overrides:
getPossibleMetadataFilePathsin classProject- Returns:
- list of the possible metadata file paths.
-
-