Interface ProjectMetadata
-
public interface ProjectMetadataRepresents the project metadata information. It contains a home directory of the project and the project configuration settings
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.io.Filehome()WeaveProjectSettingssettings()
-
-
-
Method Detail
-
home
java.io.File home()
-
settings
WeaveProjectSettings settings()
-
-