public final class OptimizationEnum
extends org.apache.tools.ant.types.EnumeratedAttribute
| Constructor and Description |
|---|
OptimizationEnum()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String[] |
getValues()
Gets list of acceptable values.
|
boolean |
isNoOptimization()
Is no optimization performed.
|
boolean |
isSize()
Is size optimized.
|
boolean |
isSpeed()
Is speed optimized.
|
public OptimizationEnum()
Object.Object()public String[] getValues()
getValues in class org.apache.tools.ant.types.EnumeratedAttributeEnumeratedAttribute.getValues()public boolean isNoOptimization()
public boolean isSize()
public boolean isSpeed()
Copyright © 2005-2016 NAR Maven Plugin developers. All Rights Reserved.