Class BinarySourcePaths
- java.lang.Object
-
- org.dddjava.jig.domain.model.sources.file.binary.BinarySourcePaths
-
public class BinarySourcePaths extends java.lang.Objectバイナリソースの場所
-
-
Constructor Summary
Constructors Constructor Description BinarySourcePaths(java.util.Collection<java.nio.file.Path> collection)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BinarySourcePathsmerge(BinarySourcePaths other)java.util.List<java.nio.file.Path>paths()
-
-
-
Method Detail
-
paths
public java.util.List<java.nio.file.Path> paths()
-
merge
public BinarySourcePaths merge(BinarySourcePaths other)
-
-