Modifier and Type | Field and Description |
---|---|
protected Boolean |
doingChunking |
protected String |
finalName |
protected String |
formatName |
protected Boolean |
imageCopyingRequired |
protected Boolean |
imagePathSettingRequired |
protected String |
profilingTypeName |
protected String |
stylesheetResource |
protected String |
targetFileExtension |
Constructor and Description |
---|
UserFormatConfiguration()
Do not use! Needed by Maven :(
|
UserFormatConfiguration(String formatName,
String targetFileExtension,
String finalName,
String stylesheetResource,
Boolean imagePathSettingRequired,
Boolean imageCopyingRequired,
Boolean doingChunking,
String profilingTypeName) |
Modifier and Type | Method and Description |
---|---|
Boolean |
getDoingChunking() |
String |
getFinalName() |
String |
getFormatName() |
Boolean |
getImageCopyingRequired() |
Boolean |
getImagePathSettingRequired() |
String |
getProfilingTypeName() |
String |
getStylesheetResource() |
String |
getTargetFileExtension() |
protected String formatName
protected String targetFileExtension
protected String finalName
protected String stylesheetResource
protected Boolean imagePathSettingRequired
protected Boolean imageCopyingRequired
protected Boolean doingChunking
protected String profilingTypeName
public UserFormatConfiguration()
public String getFormatName()
public String getTargetFileExtension()
public String getFinalName()
public String getStylesheetResource()
public Boolean getImagePathSettingRequired()
public Boolean getImageCopyingRequired()
public Boolean getDoingChunking()
public String getProfilingTypeName()
Copyright © 2007-2013 JBoss, a division of Red Hat, Inc. All Rights Reserved.