public abstract class AbstractFileProcessor extends Command
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
files |
protected String |
properties |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractFileProcessor() |
|
AbstractFileProcessor(List<String> files) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkHostAttributes(Host host) |
abstract void |
perform(Hosts hosts) |
void |
run() |
public void run()
throws ForemanApiException
run in class CommandForemanApiExceptionpublic abstract void perform(Hosts hosts) throws ForemanApiException
ForemanApiExceptionprotected void checkHostAttributes(Host host)
Copyright © 2017. All rights reserved.