public class AutoSignedContent extends FixedContent
Content.Adapter, Content.State| Constructor and Description |
|---|
AutoSignedContent(File unsignedFile,
File signedFile,
String userProvidedAlias,
ASJarSigner jarSigner,
String relativeURI,
String appName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
File |
file()
Returns a File object for where the signed file will be once it is
created.
|
int |
hashCode() |
boolean |
isAvailable(URI requestURI)
Reports whether the signed content is available.
|
String |
toString() |
processresume, start, state, stop, suspendpublic AutoSignedContent(File unsignedFile, File signedFile, String userProvidedAlias, ASJarSigner jarSigner, String relativeURI, String appName) throws FileNotFoundException
FileNotFoundExceptionpublic File file() throws IOException
file in interface StaticContentfile in class FixedContentIOExceptionpublic boolean isAvailable(URI requestURI) throws IOException
isAvailable in interface ContentisAvailable in class Content.AdapterIOExceptionpublic String toString()
toString in class FixedContentpublic boolean equals(Object obj)
equals in class FixedContentpublic int hashCode()
hashCode in class FixedContentCopyright © 2017. All rights reserved.