Package org.eolang.ineo
Class XmirPath
- java.lang.Object
-
- org.cactoos.scalar.ScalarEnvelope<Path>
-
- org.eolang.ineo.XmirPath
-
-
Constructor Detail
-
XmirPath
public XmirPath(File home, String name)
Ctor.- Parameters:
home
- Home directoryname
- File name without extension
-
XmirPath
public XmirPath(Path home, String name)
Ctor.- Parameters:
home
- Home directoryname
- File name without extension
-
XmirPath
public XmirPath(File home, org.cactoos.Text name)
Ctor.- Parameters:
home
- Home directoryname
- File name without extension
-
XmirPath
public XmirPath(Path home, org.cactoos.Text name)
Ctor.- Parameters:
home
- Home directoryname
- Fire name without extension
-
-