@Deprecated
public interface RunMode
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
RUN_MODE_WILDCARD
Deprecated.
Wildcard for run modes, means "accept all modes"
|
static java.lang.String |
RUN_MODES_SYSTEM_PROPERTY
Deprecated.
Suggested name for the System property used to set run modes.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getCurrentRunModes()
Deprecated.
Return the current set of active run modes
|
boolean |
isActive(java.lang.String[] runModes)
Deprecated.
True if at least one of the given runModes is contained
in the set of current active run modes.
|
static final java.lang.String RUN_MODES_SYSTEM_PROPERTY
static final java.lang.String RUN_MODE_WILDCARD
Copyright © 2010 - 2020 Adobe. All Rights Reserved