public class ClassFileProviderFactory
extends java.lang.Object
implements java.io.Closeable
ClassFileResourceProvider suitable for D8/R8 classpath and bootclasspath
entries. Some of those may be shared.| Constructor and Description |
|---|
ClassFileProviderFactory(java.util.Collection<java.nio.file.Path> paths) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
long |
getId() |
com.android.tools.r8.ClassFileResourceProvider |
getOrderedProvider() |
public ClassFileProviderFactory(@NonNull
java.util.Collection<java.nio.file.Path> paths)
throws java.io.IOException
java.io.IOExceptionpublic long getId()
public void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseablejava.io.IOException@NonNull public com.android.tools.r8.ClassFileResourceProvider getOrderedProvider()