クラス GenerateHtmlExtension
java.lang.Object
com.sqlapp.gradle.plugins.extension.AbstractExtension
com.sqlapp.gradle.plugins.extension.AbstractDbExtension
com.sqlapp.gradle.plugins.extension.AbstractSchemaFileExtension
com.sqlapp.gradle.plugins.extension.GenerateHtmlExtension
- すべての実装されたインタフェース:
ConsoleOutputLevelTaskProperty,ContextTaskProperty,CsvEncodingTaskProperty,DataSourceTaskProperty,DebugTaskProperty,DictionaryFileDirectoryTaskProperty,DictionaryFileTypeTaskProperty,DirectoryTaskProperty,FileDirectoryTaskProperty,FileFilterTaskProperty,JsonConverterTaskProperty,OutputDirectoryTaskProperty,PlaceholderTaskProperty,TargetFileTaskProperty,TomlConverterTaskProperty,UseSchemaNameDirectoryTaskProperty,YamlConverterTaskProperty
public abstract class GenerateHtmlExtension
extends AbstractSchemaFileExtension
implements FileFilterTaskProperty, FileDirectoryTaskProperty, DirectoryTaskProperty, OutputDirectoryTaskProperty, PlaceholderTaskProperty, UseSchemaNameDirectoryTaskProperty, DictionaryFileDirectoryTaskProperty, DictionaryFileTypeTaskProperty, TargetFileTaskProperty
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明voidcall(org.gradle.api.Action<GenerateHtmlExtension> cons) abstract org.gradle.api.provider.Property<String>abstract org.gradle.api.provider.Property<String>abstract org.gradle.api.provider.Property<String>getDot()abstract org.gradle.api.file.DirectoryPropertyVirtual foreign Key definitionsabstract org.gradle.api.provider.Property<Boolean>abstract org.gradle.api.provider.Property<RenderOptionExtension>abstract org.gradle.api.provider.Property<Function<com.sqlapp.data.schemas.ForeignKeyConstraint,String>> virtualForeignKeyLabelvoidinitializeCommand(com.sqlapp.data.db.command.AbstractCommand command) voidsetFileFilter(Predicate<File> fileFilter) クラスから継承されたメソッド com.sqlapp.gradle.plugins.extension.AbstractSchemaFileExtension
getJsonConverter, getTomlConverter, getYamlConverter, setJsonConverter, setTomlConverter, setYamlConverterクラスから継承されたメソッド com.sqlapp.gradle.plugins.extension.AbstractExtension
getEnable, getProjectクラスから継承されたメソッド java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitインタフェースから継承されたメソッド com.sqlapp.gradle.plugins.properties.ConsoleOutputLevelTaskProperty
getConsoleOutputLevelインタフェースから継承されたメソッド com.sqlapp.gradle.plugins.properties.ContextTaskProperty
getParametersインタフェースから継承されたメソッド com.sqlapp.gradle.plugins.properties.CsvEncodingTaskProperty
getCsvEncodingインタフェースから継承されたメソッド com.sqlapp.gradle.plugins.properties.DataSourceTaskProperty
dataSource, getDataSource, setDataSourceインタフェースから継承されたメソッド com.sqlapp.gradle.plugins.properties.DebugTaskProperty
getDebugインタフェースから継承されたメソッド com.sqlapp.gradle.plugins.properties.DictionaryFileDirectoryTaskProperty
getDictionaryFileDirectoryインタフェースから継承されたメソッド com.sqlapp.gradle.plugins.properties.DictionaryFileTypeTaskProperty
getDictionaryFileTypeインタフェースから継承されたメソッド com.sqlapp.gradle.plugins.properties.DirectoryTaskProperty
getDirectoryインタフェースから継承されたメソッド com.sqlapp.gradle.plugins.properties.FileDirectoryTaskProperty
getFileDirectoryインタフェースから継承されたメソッド com.sqlapp.gradle.plugins.properties.FileFilterTaskProperty
fileFilterインタフェースから継承されたメソッド com.sqlapp.gradle.plugins.properties.JsonConverterTaskProperty
jsonConverterインタフェースから継承されたメソッド com.sqlapp.gradle.plugins.properties.OutputDirectoryTaskProperty
getOutputDirectoryインタフェースから継承されたメソッド com.sqlapp.gradle.plugins.properties.PlaceholderTaskProperty
getPlaceholderPrefix, getPlaceholders, getPlaceholderSuffixインタフェースから継承されたメソッド com.sqlapp.gradle.plugins.properties.TargetFileTaskProperty
getTargetFileインタフェースから継承されたメソッド com.sqlapp.gradle.plugins.properties.TomlConverterTaskProperty
tomlConverterインタフェースから継承されたメソッド com.sqlapp.gradle.plugins.properties.UseSchemaNameDirectoryTaskProperty
getUseSchemaNameDirectoryインタフェースから継承されたメソッド com.sqlapp.gradle.plugins.properties.YamlConverterTaskProperty
yamlConverter
-
コンストラクタの詳細
-
GenerateHtmlExtension
@Inject public GenerateHtmlExtension(org.gradle.api.Project project)
-
-
メソッドの詳細
-
call
-
getRenderOptions
@Input @Optional public abstract org.gradle.api.provider.Property<RenderOptionExtension> getRenderOptions() -
getDiagramFont
-
getDiagramFormat
-
getDot
-
getMultiThread
-
getFileFilter
- 定義:
getFileFilterインタフェース内FileFilterTaskProperty
-
setFileFilter
- 定義:
setFileFilterインタフェース内FileFilterTaskProperty
-
getForeignKeyDefinitionDirectory
@InputDirectory @Optional public abstract org.gradle.api.file.DirectoryProperty getForeignKeyDefinitionDirectory()Virtual foreign Key definitions -
getVirtualForeignKeyLabel
@Input @Optional public abstract org.gradle.api.provider.Property<Function<com.sqlapp.data.schemas.ForeignKeyConstraint,String>> getVirtualForeignKeyLabel()virtualForeignKeyLabel -
initializeCommand
@Internal public void initializeCommand(com.sqlapp.data.db.command.AbstractCommand command) - オーバーライド:
initializeCommandクラス内AbstractExtension
-