Package de.brendamour.jpasskit.signing
Interface IPKPassTemplate
-
- All Known Implementing Classes:
PKPassTemplateFolder,PKPassTemplateInMemory
public interface IPKPassTemplate
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.nio.ByteBuffer>getAllFiles()voidprovisionPassAtDirectory(java.io.File tempPassDir)Prepare pass at directory with files included in this template
-
-
-
Method Detail
-
provisionPassAtDirectory
void provisionPassAtDirectory(java.io.File tempPassDir) throws java.io.IOExceptionPrepare pass at directory with files included in this template- Parameters:
tempPassDir- path to directory where temporary pass will be created- Throws:
java.io.IOException- if anything goes wrong while copying the files
-
getAllFiles
java.util.Map<java.lang.String,java.nio.ByteBuffer> getAllFiles() throws java.io.IOException- Throws:
java.io.IOException
-
-