Interface JavaFileManager.Location

    • Method Summary

      Modifier and Type Method and Description
      String getName()
      Gets the name of this location.
      boolean isOutputLocation()
      Determines if this is an output location.
    • Method Detail

      • getName

        String getName()
        Gets the name of this location.
        Returns:
        a name
      • isOutputLocation

        boolean isOutputLocation()
        Determines if this is an output location. An output location is a location that is conventionally used for output.
        Returns:
        true if this is an output location, false otherwise