@Deprecated public class ProjectPropertiesSupplier extends Object implements PropertiesSupplier
| Constructor and Description |
|---|
ProjectPropertiesSupplier()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getArtifactId()
Deprecated.
|
String |
getGroupId()
Deprecated.
|
Properties |
getProperties()
Deprecated.
|
ProjectService |
getService()
Deprecated.
|
void |
setArtifactId(String artifactId)
Deprecated.
|
void |
setGroupId(String groupId)
Deprecated.
|
void |
setService(ProjectService service)
Deprecated.
|
public ProjectPropertiesSupplier()
public Properties getProperties()
getProperties in interface PropertiesSupplierpublic String getGroupId()
public void setGroupId(String groupId)
public String getArtifactId()
public void setArtifactId(String artifactId)
public ProjectService getService()
public void setService(ProjectService service)
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.