A B C F G N O P S T V 

A

addVariable(Variable) - Method in class org.riversun.dp.builder.BuilderPattern.Builder
 

B

build() - Method in class org.riversun.dp.builder.BuilderPattern.Builder
 
Builder() - Constructor for class org.riversun.dp.builder.BuilderPattern.Builder
 
BuilderPattern - Class in org.riversun.dp.builder
Generate Java builder pattern source code Now supported only "Effective Java" builder pattern Typical Usage //Generate source code and save it.
BuilderPattern.Builder - Class in org.riversun.dp.builder
 

C

className(String) - Method in class org.riversun.dp.builder.BuilderPattern.Builder
 

F

FileUtil - Class in org.riversun.dp.builder
File reader/writer utilities
FileUtil() - Constructor for class org.riversun.dp.builder.FileUtil
 

G

generate() - Method in class org.riversun.dp.builder.SourceGenEffectiveJava
 
generate() - Method in interface org.riversun.dp.builder.SourceGeneratable
 
get() - Method in class org.riversun.dp.builder.BuilderPattern
Returns generated source code as String
getTextFromResourceFile(String) - Static method in class org.riversun.dp.builder.FileUtil
 

N

name - Variable in class org.riversun.dp.builder.Variable
 

O

org.riversun.dp.builder - package org.riversun.dp.builder
 

P

packageName(String) - Method in class org.riversun.dp.builder.BuilderPattern.Builder
 

S

save(File) - Method in class org.riversun.dp.builder.BuilderPattern
Save generated source code to specified dir
singleName - Variable in class org.riversun.dp.builder.Variable
 
SourceGenEffectiveJava - Class in org.riversun.dp.builder
Generator implementation for "Effective Java" sytyle
SourceGeneratable - Interface in org.riversun.dp.builder
Source Code Generator Interface

T

type - Variable in class org.riversun.dp.builder.Variable
 
type(String) - Method in class org.riversun.dp.builder.BuilderPattern.Builder
 

V

Variable - Class in org.riversun.dp.builder
Model class of Variable
Variable(String, String) - Constructor for class org.riversun.dp.builder.Variable
 
Variable(String, String, String) - Constructor for class org.riversun.dp.builder.Variable
In the case of "List<>", variable name for singular and plural can be specified
variables(List<Variable>) - Method in class org.riversun.dp.builder.BuilderPattern.Builder
 
A B C F G N O P S T V 

Copyright © 2019. All rights reserved.