Class Sources
- java.lang.Object
-
- org.dddjava.jig.domain.model.sources.file.Sources
-
public class Sources extends java.lang.Object生ソース
-
-
Constructor Summary
Constructors Constructor Description Sources(TextSources textSources, BinarySources binarySources)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClassSourcesclassSources()booleannothingBinarySource()booleannothingTextSource()SqlSourcessqlSources()TextSourcestextSources()
-
-
-
Constructor Detail
-
Sources
public Sources(TextSources textSources, BinarySources binarySources)
-
-
Method Detail
-
textSources
public TextSources textSources()
-
sqlSources
public SqlSources sqlSources()
-
nothingBinarySource
public boolean nothingBinarySource()
-
nothingTextSource
public boolean nothingTextSource()
-
classSources
public ClassSources classSources()
-
-