public class WSInfo extends Object
Modifier and Type | Field and Description |
---|---|
static int |
TYPE_CUSTOM |
static int |
TYPE_MODULE |
static int |
TYPE_SERVICE |
Constructor and Description |
---|
WSInfo(String fileName,
long lastModifiedDate,
Deployer deployer,
int type) |
Modifier and Type | Method and Description |
---|---|
Deployer |
getDeployer() |
String |
getFileName() |
long |
getLastModifiedDate() |
int |
getType() |
void |
setFileName(String fileName) |
void |
setLastModifiedDate(long lastmodifieddate) |
public static final int TYPE_SERVICE
public static final int TYPE_MODULE
public static final int TYPE_CUSTOM
public String getFileName()
public long getLastModifiedDate()
public int getType()
public void setFileName(String fileName)
public void setLastModifiedDate(long lastmodifieddate)
public Deployer getDeployer()
Copyright © 2004-2012 Apache Software Foundation. All Rights Reserved.