com.logabit.webtools.patchwork.content
Class ContentProviderDescriptor

java.lang.Object
  extended by com.logabit.webtools.patchwork.content.ContentProviderDescriptor

public class ContentProviderDescriptor
extends java.lang.Object

Describes and parameterizes a content provider.

Author:
Stephan Niedermeier

Constructor Summary
ContentProviderDescriptor(java.lang.String name, java.lang.String type, java.util.Map<java.lang.String,java.lang.String> attributes)
           
 
Method Summary
 java.util.Map<java.lang.String,java.lang.String> getAttributes()
          Returns all attributes given for the content descriptor element in the patchwork configuration.
 java.lang.String getName()
          Returns the name of the content descriptor.
 java.lang.String getType()
          Returns the type of the content provider.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentProviderDescriptor

public ContentProviderDescriptor(java.lang.String name,
                                 java.lang.String type,
                                 java.util.Map<java.lang.String,java.lang.String> attributes)
Method Detail

getAttributes

public java.util.Map<java.lang.String,java.lang.String> getAttributes()
Returns all attributes given for the content descriptor element in the patchwork configuration.

Returns:

getName

public java.lang.String getName()
Returns the name of the content descriptor.

Returns:

getType

public java.lang.String getType()
Returns the type of the content provider.

Returns:


Copyright © 2007. All Rights Reserved.