Class ProjectMetadata
- java.lang.Object
-
- org.eclipse.tycho.versions.engine.ProjectMetadata
-
public class ProjectMetadata extends Object
-
-
Constructor Summary
Constructors Constructor Description ProjectMetadata(File basedir)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description File
getBasedir()
<T> T
getMetadata(Class<T> type)
<T> void
putMetadata(T metadata)
String
toString()
-