public class JavaArtifactImpl extends BaseArtifactImpl
Implementation of JavaArtifact that is serializable
Fields inherited from class | Fields |
---|---|
class BaseArtifactImpl |
generatedSourceFolders |
Constructor and description |
---|
JavaArtifactImpl
(String name, String assembleTaskName, String compileTaskName, Iterable<String> ideSetupTaskNames, Collection<File> generatedSourceFolders, File classesFolder, File javaResourcesFolder, com.android.builder.model.Dependencies dependencies, com.android.builder.model.SourceProvider variantSourceProvider, com.android.builder.model.SourceProvider multiFlavorSourceProviders) |
Type | Name and description |
---|---|
static JavaArtifactImpl |
clone(com.android.builder.model.JavaArtifact javaArtifact) |
Set<String> |
getIdeSetupTaskNames() |
Methods inherited from class | Name |
---|---|
class BaseArtifactImpl |
getAssembleTaskName, getClassesFolder, getCompileTaskName, getDependencies, getGeneratedSourceFolders, getJavaResourcesFolder, getMultiFlavorSourceProvider, getName, getVariantSourceProvider |
class Object |
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |