public static interface JavacFileManager.Archive
Modifier and Type | Method and Description |
---|---|
void |
close() |
boolean |
contains(RelativePath name) |
JavaFileObject |
getFileObject(RelativePath.RelativeDirectory subdirectory,
String file) |
List<String> |
getFiles(RelativePath.RelativeDirectory subdirectory) |
Set<RelativePath.RelativeDirectory> |
getSubdirectories() |
void close() throws IOException
IOException
boolean contains(RelativePath name)
JavaFileObject getFileObject(RelativePath.RelativeDirectory subdirectory, String file)
List<String> getFiles(RelativePath.RelativeDirectory subdirectory)
Set<RelativePath.RelativeDirectory> getSubdirectories()
Copyright © 2017 earcam. All rights reserved.