public class Options extends Object
| Constructor and Description | 
|---|
| Options(boolean suppressGeneratorTimestamp,
       boolean suppressGeneratorVersionComment,
       ReportingPolicy unmappedTargetPolicy,
       String defaultComponentModel,
       boolean alwaysGenerateSpi) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDefaultComponentModel() | 
| ReportingPolicy | getUnmappedTargetPolicy() | 
| boolean | isAlwaysGenerateSpi() | 
| boolean | isSuppressGeneratorTimestamp() | 
| boolean | isSuppressGeneratorVersionComment() | 
public Options(boolean suppressGeneratorTimestamp,
               boolean suppressGeneratorVersionComment,
               ReportingPolicy unmappedTargetPolicy,
               String defaultComponentModel,
               boolean alwaysGenerateSpi)
public boolean isSuppressGeneratorTimestamp()
public boolean isSuppressGeneratorVersionComment()
public ReportingPolicy getUnmappedTargetPolicy()
public String getDefaultComponentModel()
public boolean isAlwaysGenerateSpi()
Copyright © 2012-2015 Gunnar Morling; All rights reserved. Released under the Apache Software License 2.0.