org.kuali.common.util
Class MetaInfUtils

java.lang.Object
  extended by org.kuali.common.util.MetaInfUtils

public class MetaInfUtils
extends Object


Constructor Summary
MetaInfUtils()
           
 
Method Summary
static String getLocation(File baseDir, File file, String prefix)
           
static List<String> getLocations(File baseDir, List<File> files, String prefix)
           
static void scanAndCreateFile(MetaInfContext context)
           
static void scanAndCreateFiles(List<MetaInfContext> contexts)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetaInfUtils

public MetaInfUtils()
Method Detail

scanAndCreateFiles

public static void scanAndCreateFiles(List<MetaInfContext> contexts)
                               throws IOException
Throws:
IOException

scanAndCreateFile

public static void scanAndCreateFile(MetaInfContext context)
                              throws IOException
Throws:
IOException

getLocations

public static List<String> getLocations(File baseDir,
                                        List<File> files,
                                        String prefix)
                                 throws IOException
Throws:
IOException

getLocation

public static String getLocation(File baseDir,
                                 File file,
                                 String prefix)
                          throws IOException
Throws:
IOException


Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.