public class FilesetBookCreator extends Object
Constructor and Description |
---|
FilesetBookCreator() |
Modifier and Type | Method and Description |
---|---|
static Book |
createBookFromDirectory(File rootDirectory) |
static Book |
createBookFromDirectory(org.apache.commons.vfs.FileObject rootDirectory) |
static Book |
createBookFromDirectory(org.apache.commons.vfs.FileObject rootDirectory,
String encoding)
Recursively adds all files that are allowed to be part of an epub to the Book.
|
static Book |
createBookFromDirectory(File rootDirectory,
String encoding) |
public static Book createBookFromDirectory(File rootDirectory) throws IOException
IOException
public static Book createBookFromDirectory(File rootDirectory, String encoding) throws IOException
IOException
public static Book createBookFromDirectory(org.apache.commons.vfs.FileObject rootDirectory) throws IOException
IOException
public static Book createBookFromDirectory(org.apache.commons.vfs.FileObject rootDirectory, String encoding) throws IOException
rootDirectory
- IOException
MediaTypeService
Copyright © 2009–2017. All rights reserved.