public class WorkspaceConfiguration extends Object
Constructor and Description |
---|
WorkspaceConfiguration() |
Modifier and Type | Method and Description |
---|---|
String |
getActiveStyleProfileName() |
URL |
getCodeStylesURL() |
String |
getDefaultClasspathContainer() |
String |
getDefaultDeployServerId() |
String |
getDefaultDeployServerName() |
ArtifactRepository |
getLocalRepository() |
String |
getWebsphereVersion() |
IdeDependency[] |
getWorkspaceArtefacts() |
File |
getWorkspaceDirectory() |
void |
setActiveStyleProfileName(String name) |
void |
setCodeStylesURL(URL url) |
void |
setDefaultClasspathContainer(String defaultClasspathContainer) |
void |
setDefaultDeployServerId(String defaultDeployServerId) |
void |
setDefaultDeployServerName(String defaultDeployServerName) |
void |
setLocalRepository(ArtifactRepository localRepository) |
void |
setWorkspaceArtefacts(IdeDependency[] workspaceArtefacts) |
void |
setWorkspaceDirectory(File dir) |
public File getWorkspaceDirectory()
public void setWorkspaceDirectory(File dir)
public URL getCodeStylesURL()
public void setCodeStylesURL(URL url)
public String getActiveStyleProfileName()
public void setActiveStyleProfileName(String name)
public ArtifactRepository getLocalRepository()
public void setLocalRepository(ArtifactRepository localRepository)
public String getDefaultClasspathContainer()
public void setDefaultClasspathContainer(String defaultClasspathContainer)
public IdeDependency[] getWorkspaceArtefacts()
public void setWorkspaceArtefacts(IdeDependency[] workspaceArtefacts)
public String getDefaultDeployServerId()
public void setDefaultDeployServerId(String defaultDeployServerId)
public String getDefaultDeployServerName()
public void setDefaultDeployServerName(String defaultDeployServerName)
public String getWebsphereVersion()
Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.