@Generated public class Activation extends BaseObject
BaseObject.ChildrenTracking
childrenTracking, delegate
Constructor and Description |
---|
Activation() |
Activation(Activation delegate) |
Activation(Activation delegate,
BaseObject parent) |
Modifier and Type | Method and Description |
---|---|
static List<Activation> |
activationToApiV3(List<Activation> list) |
static List<Activation> |
activationToApiV4(List<Activation> list) |
Activation |
clone() |
Activation |
getDelegate() |
ActivationFile |
getFile() |
String |
getJdk() |
InputLocation |
getLocation(Object key)
Gets the location of the specified field in the input
source.
|
ActivationOS |
getOs() |
ActivationProperty |
getProperty() |
boolean |
isActiveByDefault() |
protected boolean |
replace(Object oldDelegate,
Object newDelegate) |
void |
setActiveByDefault(boolean activeByDefault) |
void |
setFile(ActivationFile file) |
void |
setJdk(String jdk) |
void |
setLocation(Object key,
InputLocation location)
Sets the location of the specified field.
|
void |
setOs(ActivationOS os) |
void |
setProperty(ActivationProperty property) |
update
public Activation()
public Activation(Activation delegate)
public Activation(Activation delegate, BaseObject parent)
public Activation clone()
public Activation getDelegate()
getDelegate
in class BaseObject
public boolean isActiveByDefault()
public void setActiveByDefault(boolean activeByDefault)
public String getJdk()
public void setJdk(String jdk)
public ActivationOS getOs()
public void setOs(ActivationOS os)
public ActivationProperty getProperty()
public void setProperty(ActivationProperty property)
public ActivationFile getFile()
public void setFile(ActivationFile file)
public InputLocation getLocation(Object key)
InputLocationTracker
key
- The key of the field, must not be
null
.null
if unknown.public void setLocation(Object key, InputLocation location)
InputLocationTracker
key
- The key of the field, must not be
null
.location
- The location of the field, may be
null
.protected boolean replace(Object oldDelegate, Object newDelegate)
replace
in class BaseObject
public static List<Activation> activationToApiV4(List<Activation> list)
public static List<Activation> activationToApiV3(List<Activation> list)
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.