public final class RSourceFile extends Object
| Constructor and Description |
|---|
RSourceFile() |
| Modifier and Type | Method and Description |
|---|---|
RManifest |
getManifest()
Get the manifest file.
|
File |
getSourceFile()
Get the R source file.
|
boolean |
hasManifest()
Check whether this instance has a manifest file.
|
void |
setManifest(RManifest manifest)
Set the manifest file.
|
void |
setSourceFile(File sourceFile)
Set the R source file.
|
public File getSourceFile()
public void setSourceFile(File sourceFile)
sourceFile - The R source file.public RManifest getManifest()
public void setManifest(RManifest manifest)
manifest - The manifest file.public boolean hasManifest()
Copyright © 2016. All rights reserved.