org.apache.maven.plugin.assembly.utils
Class PrefixedObjectBasedValueSource

java.lang.Object
  extended byorg.apache.maven.plugin.assembly.utils.PrefixedObjectBasedValueSource
All Implemented Interfaces:
org.codehaus.plexus.util.interpolation.ValueSource

public class PrefixedObjectBasedValueSource
extends java.lang.Object
implements org.codehaus.plexus.util.interpolation.ValueSource

Version:
$Id: PrefixedObjectBasedValueSource.java 610981 2008-01-10 23:10:00Z vsiveton $

Constructor Summary
PrefixedObjectBasedValueSource(java.lang.String prefix, java.lang.Object root)
           
PrefixedObjectBasedValueSource(java.lang.String prefix, java.lang.Object root, org.codehaus.plexus.logging.Logger logger)
           
 
Method Summary
 java.lang.Object getValue(java.lang.String expression)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrefixedObjectBasedValueSource

public PrefixedObjectBasedValueSource(java.lang.String prefix,
                                      java.lang.Object root)

PrefixedObjectBasedValueSource

public PrefixedObjectBasedValueSource(java.lang.String prefix,
                                      java.lang.Object root,
                                      org.codehaus.plexus.logging.Logger logger)
Method Detail

getValue

public java.lang.Object getValue(java.lang.String expression)
Specified by:
getValue in interface org.codehaus.plexus.util.interpolation.ValueSource


Copyright © 2002-2008 Apache Software Foundation. All Rights Reserved.