public class AutoDeployInfo extends Object
Constructor and Description |
---|
AutoDeployInfo() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getCoLocate()
Getter for the co-located property.
|
int |
hashCode() |
boolean |
isEnabled()
Getter for the enabled property.
|
void |
setCoLocate(String coLocate)
Setter for the co-locate property.
|
void |
setEnabled(boolean enabled)
Setter for enabled property.
|
public void setEnabled(boolean enabled)
enabled
- true if enabled, false otherwisepublic boolean isEnabled()
public void setCoLocate(String coLocate)
coLocate
- a component name in the form serviceName/componentNamepublic String getCoLocate()
Copyright © 2022 Apache Software Foundation. All rights reserved.