Package org.apache.pivot.wtk
Class RemoteManifest
- java.lang.Object
-
- org.apache.pivot.wtk.RemoteManifest
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
containsFileList()
boolean
containsImage()
boolean
containsText()
boolean
containsValue(java.lang.String key)
FileList
getFileList()
Image
getImage()
java.lang.String
getText()
java.lang.Object
getValue(java.lang.String key)
-
-
-
Method Detail
-
getText
public java.lang.String getText() throws java.io.IOException
-
containsText
public boolean containsText()
- Specified by:
containsText
in interfaceManifest
-
getImage
public Image getImage() throws java.io.IOException
-
containsImage
public boolean containsImage()
- Specified by:
containsImage
in interfaceManifest
-
getFileList
public FileList getFileList() throws java.io.IOException
- Specified by:
getFileList
in interfaceManifest
- Throws:
java.io.IOException
-
containsFileList
public boolean containsFileList()
- Specified by:
containsFileList
in interfaceManifest
-
getValue
public java.lang.Object getValue(java.lang.String key)
-
containsValue
public boolean containsValue(java.lang.String key)
- Specified by:
containsValue
in interfaceManifest
-
-