Class XmirPath

  • All Implemented Interfaces:
    org.cactoos.Scalar<Path>

    public class XmirPath
    extends org.cactoos.scalar.ScalarEnvelope<Path>
    Path to file with .xmir extension.
    Since:
    0.0.1
    • Constructor Detail

      • XmirPath

        public XmirPath​(File home,
                        String name)
        Ctor.
        Parameters:
        home - Home directory
        name - File name without extension
      • XmirPath

        public XmirPath​(Path home,
                        String name)
        Ctor.
        Parameters:
        home - Home directory
        name - File name without extension
      • XmirPath

        public XmirPath​(File home,
                        org.cactoos.Text name)
        Ctor.
        Parameters:
        home - Home directory
        name - File name without extension
      • XmirPath

        public XmirPath​(Path home,
                        org.cactoos.Text name)
        Ctor.
        Parameters:
        home - Home directory
        name - Fire name without extension