Class Pathname

java.lang.Object
org.armedbear.lisp.LispObject
org.armedbear.lisp.Pathname
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
LogicalPathname, URLPathname

public class Pathname extends LispObject implements Serializable
See Also:
  • Field Details

    • host

      protected LispObject host
    • device

      protected LispObject device
    • directory

      protected LispObject directory
    • name

      protected LispObject name
    • type

      protected LispObject type
      A string, NIL, :WILD or :UNSPECIFIC.
    • version

      protected LispObject version
      A positive integer, or NIL, :WILD, :UNSPECIFIC, or :NEWEST.
    • directoryDelimiter

      public static final char directoryDelimiter
      The path component separator used by internally generated path namestrings.
      See Also:
    • GET_INPUT_STREAM

      public static final Primitive GET_INPUT_STREAM
  • Constructor Details

    • Pathname

      protected Pathname()
  • Method Details