public class CliOptions extends Object
| Constructor and Description |
|---|
CliOptions() |
| Modifier and Type | Method and Description |
|---|---|
File |
getBrandingDir() |
File |
getContentDir() |
String |
getListen() |
int |
getPort() |
boolean |
isHelp() |
void |
setBrandingDir(File brandingDir) |
void |
setContentDir(File contentDir) |
void |
setHelp(boolean help) |
void |
setListen(String listen) |
void |
setPort(int port) |
public int getPort()
public File getContentDir()
public void setPort(int port)
public void setContentDir(File contentDir)
public boolean isHelp()
public void setHelp(boolean help)
public String getListen()
public void setListen(String listen)
public File getBrandingDir()
public void setBrandingDir(File brandingDir)
Copyright © 2013. All Rights Reserved.