public interface GenerationConfig
| Modifier and Type | Method and Description |
|---|---|
FileFilter |
getFileFilter()
Gets the file filter used to isolate the schema mapping files in the
source directories.
|
String |
getOutputEncoding()
Gets the 'outputEncoding' configuration option.
|
Iterator<URL> |
getSource()
Gets the 'source' configuration option.
|
File |
getTargetDirectory()
Gets the 'targetDirectory' configuration option.
|
Iterator<URL> getSource()
File getTargetDirectory()
String getOutputEncoding()
FileFilter getFileFilter()
Copyright © 2020 The Apache Software Foundation. All rights reserved.