public class ImportOptionsImpl extends Object implements ImportOptions
Modifier and Type | Field and Description |
---|---|
protected boolean |
ignoreDataProviders |
protected boolean |
ignoreKPIs |
Constructor and Description |
---|
ImportOptionsImpl() |
Modifier and Type | Method and Description |
---|---|
boolean |
ignoreDataProviders() |
boolean |
ignoreKPIs() |
void |
setIgnoreDataProviders(boolean ignoreDataProviders) |
void |
setIgnoreKPIs(boolean ignoreKPIs) |
protected boolean ignoreKPIs
protected boolean ignoreDataProviders
public boolean ignoreKPIs()
ignoreKPIs
in interface ImportOptions
public void setIgnoreKPIs(boolean ignoreKPIs)
setIgnoreKPIs
in interface ImportOptions
public boolean ignoreDataProviders()
ignoreDataProviders
in interface ImportOptions
public void setIgnoreDataProviders(boolean ignoreDataProviders)
setIgnoreDataProviders
in interface ImportOptions
Copyright © 2012-2014 JBoss by Red Hat. All Rights Reserved.