org.apache.servicemix.jbi.framework
Class AutoDeploymentService.ArchiveEntry
java.lang.Object
org.apache.servicemix.jbi.framework.AutoDeploymentService.ArchiveEntry
- Enclosing class:
- AutoDeploymentService
public static class AutoDeploymentService.ArchiveEntry
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AutoDeploymentService.ArchiveEntry
public AutoDeploymentService.ArchiveEntry()
getLocation
public String getLocation()
setLocation
public void setLocation(String location)
getLastModified
public Date getLastModified()
setLastModified
public void setLastModified(Date lastModified)
getType
public String getType()
setType
public void setType(String type)
getName
public String getName()
setName
public void setName(String name)
isPending
public boolean isPending()
setPending
public void setPending(boolean pending)
getDependencies
public Set<String> getDependencies()
setDependencies
public void setDependencies(Set<String> dependencies)
Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.