|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.schmant.project.ProjectRepositoryConfiguration
org.schmant.project.eclipse.EclipseWorkspaceConfiguration
public class EclipseWorkspaceConfiguration
This object contains Eclipse workspace configuration parsed from the workspace metadata.
When creating a workspace object, the EclipseWorkspaceInfoCollector
creates an instance of this object.
Before Schmant version 1.1, this class was called
ParsedEclipseWorkspaceSettings
.
Constructor Summary | |
---|---|
EclipseWorkspaceConfiguration(Map<String,Object> classpathVariables,
Map<String,Library> userLibraries,
JdkCompliance jdkCompliance)
Create a new object with parsed settings. |
Method Summary | |
---|---|
Map<String,Object> |
getClasspathVariables()
Get parsed classpath variables and their values. |
JdkCompliance |
getJdkCompliance()
Get the default JDK compliance for the workspace, i.e. |
Map<String,Library> |
getUserLibraries()
Get the parsed user libraries. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EclipseWorkspaceConfiguration(Map<String,Object> classpathVariables, Map<String,Library> userLibraries, JdkCompliance jdkCompliance)
classpathVariables
- Parsed classpath variables.userLibraries
- Parsed user libraries.jdkCompliance
- The JDK compliance settings for the workspace. This
may be null
if that information is not present in the workspace
configuration.Method Detail |
---|
public Map<String,Object> getClasspathVariables()
public Map<String,Library> getUserLibraries()
public JdkCompliance getJdkCompliance()
Different Java projects may have their own default JDK versions.
null
if the workspace configuration does not contain compliance
information.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |