Class AssemblyFileUtils


  • public final class AssemblyFileUtils
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private AssemblyFileUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isPropertyFile​(java.io.File file)  
      static boolean isPropertyFile​(java.lang.String sourceName)  
      static java.lang.String makePathRelativeTo​(java.lang.String path, java.io.File basedir)  
      static java.lang.String normalizeFileInfo​(org.codehaus.plexus.components.io.fileselectors.FileInfo fileInfo)  
      private static java.lang.String normalizePath​(java.lang.String path)  
      static void verifyTempDirectoryAvailability​(java.io.File tempDir)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AssemblyFileUtils

        private AssemblyFileUtils()
    • Method Detail

      • makePathRelativeTo

        public static java.lang.String makePathRelativeTo​(java.lang.String path,
                                                          java.io.File basedir)
      • verifyTempDirectoryAvailability

        public static void verifyTempDirectoryAvailability​(@Nonnull
                                                           java.io.File tempDir)
      • normalizePath

        @Nonnull
        private static java.lang.String normalizePath​(@Nonnull
                                                      java.lang.String path)
      • normalizeFileInfo

        @Nonnull
        public static java.lang.String normalizeFileInfo​(@Nonnull
                                                         org.codehaus.plexus.components.io.fileselectors.FileInfo fileInfo)
      • isPropertyFile

        public static boolean isPropertyFile​(java.lang.String sourceName)
      • isPropertyFile

        public static boolean isPropertyFile​(java.io.File file)