Class FileLocation

java.lang.Object
org.apache.maven.shared.io.location.FileLocation
All Implemented Interfaces:
Location
Direct Known Subclasses:
ArtifactLocation, URLLocation

public class FileLocation extends Object implements Location
file location implementation.
  • Constructor Details

    • FileLocation

      public FileLocation(File file, String specification)
      Parameters:
      file - File
      specification - spec.
    • FileLocation

      protected FileLocation(String specification)
      Parameters:
      specification - spec.
  • Method Details