public class RuntimeWeaverParameters extends Object
| Constructor and Description |
|---|
RuntimeWeaverParameters(String args) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAgentServerPort() |
String |
getAuthToken() |
int |
getBufferSize() |
ArrayList<String> |
getExcludedLocations() |
ArrayList<String> |
getExcludedNames() |
int |
getFilesPerIndex() |
ArrayList<String> |
getIncludedNames() |
RuntimeWeaver.Mode |
getMode() |
String |
getOutputDirname() |
String |
getPassword() |
String |
getServerAddress() |
String |
getUsername() |
String |
getWeaveOption() |
boolean |
isDumpClassEnabled() |
boolean |
isOutputJsonEnabled() |
boolean |
isWeaveSecurityManagerClassEnabled() |
void |
setAgentServerPort(String agentServerPort) |
void |
setFilesPerIndex(int filesPerIndex) |
public RuntimeWeaverParameters(String args)
public String getOutputDirname()
public String getWeaveOption()
public boolean isDumpClassEnabled()
public RuntimeWeaver.Mode getMode()
public int getBufferSize()
public boolean isOutputJsonEnabled()
public boolean isWeaveSecurityManagerClassEnabled()
public String getServerAddress()
public String getUsername()
public String getPassword()
public String getAuthToken()
public int getFilesPerIndex()
public void setFilesPerIndex(int filesPerIndex)
public String getAgentServerPort()
public void setAgentServerPort(String agentServerPort)
Copyright © 2023. All rights reserved.