org.ow2.jonas.addon.deploy.api.deployable
Interface ISortableDeployable
public interface ISortableDeployable
Class that stores a file and the associated deployable and that can be
sorted
- Author:
- Jeremy Cazaux
getPriority
Integer getPriority()
- Returns:
- the priority of the deployable
getDeployable
org.ow2.util.ee.deploy.api.deployable.IDeployable getDeployable()
- Returns:
- the deployable
setDeployable
void setDeployable(org.ow2.util.ee.deploy.api.deployable.IDeployable deployable)
- Parameters:
deployable - The deployable to set
setPriority
void setPriority(Integer priority)
- Parameters:
priority - The priority of the deployable
Copyright © 2012 OW2 Consortium. All Rights Reserved.