com.atlassian.sal.core.search
Class BasicResourceType

java.lang.Object
  extended by com.atlassian.sal.core.search.BasicResourceType
All Implemented Interfaces:
ResourceType

public class BasicResourceType
extends Object
implements ResourceType


Constructor Summary
BasicResourceType(ApplicationProperties applicationProperties, String type)
           
 
Method Summary
 String getName()
           
 String getType()
           
 String getUrl()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicResourceType

public BasicResourceType(ApplicationProperties applicationProperties,
                         String type)
Method Detail

getName

public String getName()
Specified by:
getName in interface ResourceType
Returns:
the search resource name

getUrl

public String getUrl()
Specified by:
getUrl in interface ResourceType
Returns:
the search resource url

getType

public String getType()
Specified by:
getType in interface ResourceType
Returns:
the search resource type


Copyright © 2011 Atlassian. All Rights Reserved.