org.apache.aries.subsystem.core.archive
Class EffectiveDirective
java.lang.Object
org.apache.aries.subsystem.core.archive.AbstractParameter
org.apache.aries.subsystem.core.archive.AbstractDirective
org.apache.aries.subsystem.core.archive.EffectiveDirective
- All Implemented Interfaces:
- Directive, Parameter
public class EffectiveDirective
- extends AbstractDirective
Methods inherited from interface org.apache.aries.subsystem.core.archive.Parameter |
getName |
NAME
public static final String NAME
- See Also:
- Constant Field Values
VALUE_ACTIVE
public static final String VALUE_ACTIVE
- See Also:
- Constant Field Values
VALUE_RESOLVE
public static final String VALUE_RESOLVE
- See Also:
- Constant Field Values
ACTIVE
public static final EffectiveDirective ACTIVE
RESOLVE
public static final EffectiveDirective RESOLVE
DEFAULT
public static final EffectiveDirective DEFAULT
EffectiveDirective
public EffectiveDirective()
EffectiveDirective
public EffectiveDirective(String value)
getInstance
public static EffectiveDirective getInstance(String value)
isActive
public boolean isActive()
isResolve
public boolean isResolve()
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.