public class GlobalOptions extends Object
| Constructor and Description |
|---|
GlobalOptions() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isOutOnly(Manifest manifest) |
static boolean |
isOutOnly(Task task)
Deprecated.
|
static boolean |
isSourceOnce(Manifest manifest) |
static boolean |
isSourceOnce(Task task)
Deprecated.
|
@Deprecated public static boolean isOutOnly(Task task)
task - true if the out-only option for
the output processor is set to true or
yes.@Deprecated public static boolean isSourceOnce(Task task)
task - true if the once option for the
source processor is set to true or
yes.public static boolean isOutOnly(Manifest manifest)
manifest - true if the out-only option for
the output processor is set to true or
yes.public static boolean isSourceOnce(Manifest manifest)
manifest - true if the once option for the
source processor is set to true or
yes.Copyright © 2014. All Rights Reserved.