org.apache.servicemix.jbi.framework
Class AutoDeploymentService.ArchiveEntry

java.lang.Object
  extended by org.apache.servicemix.jbi.framework.AutoDeploymentService.ArchiveEntry
Enclosing class:
AutoDeploymentService

public static class AutoDeploymentService.ArchiveEntry
extends Object


Constructor Summary
AutoDeploymentService.ArchiveEntry()
           
 
Method Summary
 Set<String> getDependencies()
           
 Date getLastModified()
           
 String getLocation()
           
 String getName()
           
 String getType()
           
 boolean isPending()
           
 void setDependencies(Set<String> dependencies)
           
 void setLastModified(Date lastModified)
           
 void setLocation(String location)
           
 void setName(String name)
           
 void setPending(boolean pending)
           
 void setType(String type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AutoDeploymentService.ArchiveEntry

public AutoDeploymentService.ArchiveEntry()
Method Detail

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.