com.caucho.server.admin
Class DeployGetFileQuery
java.lang.Object
com.caucho.server.admin.DeployGetFileQuery
- All Implemented Interfaces:
- java.io.Serializable
public class DeployGetFileQuery
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DeployGetFileQuery
public DeployGetFileQuery()
DeployGetFileQuery
public DeployGetFileQuery(java.lang.String tag,
java.lang.String fileName)
DeployGetFileQuery
public DeployGetFileQuery(java.lang.String tag,
java.lang.String fileName,
StreamSource stream)
getTag
public java.lang.String getTag()
getFileName
public java.lang.String getFileName()
getStream
public StreamSource getStream()
isValid
public boolean isValid()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object