@Deprecated public class ArtifactPathFactoryBean extends Artifact implements org.springframework.beans.factory.FactoryBean<String>
| Constructor and Description |
|---|
ArtifactPathFactoryBean()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
File |
getLocalRepositoryDir()
Deprecated.
|
String |
getObject()
Deprecated.
|
Class<String> |
getObjectType()
Deprecated.
|
boolean |
isMustExist()
Deprecated.
|
boolean |
isSingleton()
Deprecated.
|
void |
setLocalRepositoryDir(File localRepositoryDir)
Deprecated.
|
void |
setMustExist(boolean mustExist)
Deprecated.
|
protected void |
validate(File file)
Deprecated.
|
getArtifactId, getClassifier, getGroupId, getType, getVersion, setArtifactId, setClassifier, setGroupId, setType, setVersionpublic ArtifactPathFactoryBean()
public String getObject()
getObject in interface org.springframework.beans.factory.FactoryBean<String>public Class<String> getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBean<String>public boolean isSingleton()
isSingleton in interface org.springframework.beans.factory.FactoryBean<String>public File getLocalRepositoryDir()
public void setLocalRepositoryDir(File localRepositoryDir)
public boolean isMustExist()
public void setMustExist(boolean mustExist)
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.