Package io.github.astrapi69.file.create
Class FileInfo.FileInfoBuilder<C extends FileInfo,B extends FileInfo.FileInfoBuilder<C,B>>
- java.lang.Object
-
- io.github.astrapi69.file.create.FileInfo.FileInfoBuilder<C,B>
-
-
Constructor Summary
Constructors Constructor Description FileInfoBuilder()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract C
build()
B
name(java.lang.String name)
B
path(java.lang.String path)
protected abstract B
self()
java.lang.String
toString()
-