org.kuali.common.util.pom
Class MobilityPomScrubber

java.lang.Object
  extended by org.kuali.common.util.pom.MobilityPomScrubber

public class MobilityPomScrubber
extends Object


Constructor Summary
MobilityPomScrubber()
           
 
Method Summary
protected static List<KeyValue> getKeyValues(List<String> modules, List<String> submodules)
           
protected static List<String> getModules()
           
protected static Pom getPom(List<String> lines)
           
protected static String getScrubbedContent(String content)
           
protected static List<String> getSubModules()
           
static void main(String[] args)
           
protected static boolean reArrange(List<String> lines, int parentIndex)
           
protected static boolean reArrange(Pom pom, List<String> lines)
           
protected static void scrub(String path)
           
protected static void scrub2(String path)
           
protected static void scrub3(String path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MobilityPomScrubber

public MobilityPomScrubber()
Method Detail

main

public static void main(String[] args)

getPom

protected static Pom getPom(List<String> lines)

scrub3

protected static void scrub3(String path)
                      throws IOException
Throws:
IOException

reArrange

protected static boolean reArrange(Pom pom,
                                   List<String> lines)

scrub2

protected static void scrub2(String path)
                      throws IOException
Throws:
IOException

reArrange

protected static boolean reArrange(List<String> lines,
                                   int parentIndex)

scrub

protected static void scrub(String path)
                     throws IOException
Throws:
IOException

getScrubbedContent

protected static String getScrubbedContent(String content)

getModules

protected static List<String> getModules()

getSubModules

protected static List<String> getSubModules()

getKeyValues

protected static List<KeyValue> getKeyValues(List<String> modules,
                                             List<String> submodules)


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