Interface ProjectVersion3
-
public interface ProjectVersion3
DO NOT CHANGE THIS INTERFACE. It is part of the cross-version protocol.Consumer compatibility: This interface is used by all consumer versions from 1.0-milestone-3 to 1.0-milestone-7 to represent the model objects. Later consumer versions don't require that the model objects implement this interface.
- Since:
- 1.0-milestone-3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getDescription()
java.lang.String
getName()
java.lang.String
getPath()
java.io.File
getProjectDirectory()
-