com.sonyericsson.hudson.plugins.metadata.util
Class ExtensionUtils

java.lang.Object
  extended by com.sonyericsson.hudson.plugins.metadata.util.ExtensionUtils

public abstract class ExtensionUtils
extends Object

Utility functions for handling extension points.

Author:
Robert Sandell <robert.sandell@sonymobile.com>

Method Summary
static List<AbstractMetadataValue.AbstractMetaDataValueDescriptor> getMetadataValueDescriptors()
          Finds all descriptors extending AbstractMetadataValue.AbstractMetaDataValueDescriptor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getMetadataValueDescriptors

public static List<AbstractMetadataValue.AbstractMetaDataValueDescriptor> getMetadataValueDescriptors()
Finds all descriptors extending AbstractMetadataValue.AbstractMetaDataValueDescriptor.

Returns:
the list.


Copyright © 2004-2013. All Rights Reserved.