org.apache.maven
Class PomUtils

java.lang.Object
  extended byorg.apache.maven.PomUtils

public class PomUtils
extends Object

Some utility methods.

Author:
Lukas Theussl

Constructor Summary
PomUtils()
           
 
Method Summary
 boolean extend()
          The file.
 File getFile()
          The file.
 String getParent()
          The parent.
 void setFile(File newFile)
          Sets the file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PomUtils

public PomUtils()
Method Detail

getParent

public String getParent()
The parent.

Returns:
The parent

getFile

public File getFile()
The file.

Returns:
The file

setFile

public void setFile(File newFile)
Sets the file.

Parameters:
newFile - The file to set

extend

public boolean extend()
The file.

Returns:
True if the file contains .


Copyright © 2001-2006 Apache Software Foundation. All Rights Reserved.