org.kuali.common.util.spring
Class ArtifactPathFactoryBean

java.lang.Object
  extended by org.kuali.common.util.Artifact
      extended by org.kuali.common.util.spring.ArtifactPathFactoryBean
All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean<String>

public class ArtifactPathFactoryBean
extends Artifact
implements org.springframework.beans.factory.FactoryBean<String>


Constructor Summary
ArtifactPathFactoryBean()
           
 
Method Summary
 File getLocalRepositoryDir()
           
 String getObject()
           
 Class<String> getObjectType()
           
 boolean isMustExist()
           
 boolean isSingleton()
           
 void setLocalRepositoryDir(File localRepositoryDir)
           
 void setMustExist(boolean mustExist)
           
protected  void validate(File file)
           
 
Methods inherited from class org.kuali.common.util.Artifact
getArtifactId, getClassifier, getGroupId, getType, getVersion, setArtifactId, setClassifier, setGroupId, setType, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArtifactPathFactoryBean

public ArtifactPathFactoryBean()
Method Detail

getObject

public String getObject()
Specified by:
getObject in interface org.springframework.beans.factory.FactoryBean<String>

validate

protected void validate(File file)

getObjectType

public Class<String> getObjectType()
Specified by:
getObjectType in interface org.springframework.beans.factory.FactoryBean<String>

isSingleton

public boolean isSingleton()
Specified by:
isSingleton in interface org.springframework.beans.factory.FactoryBean<String>

getLocalRepositoryDir

public File getLocalRepositoryDir()

setLocalRepositoryDir

public void setLocalRepositoryDir(File localRepositoryDir)

isMustExist

public boolean isMustExist()

setMustExist

public void setMustExist(boolean mustExist)


Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.