org.rhq.core.domain.util
Class ResourceUtils

java.lang.Object
  extended by org.rhq.core.domain.util.ResourceUtils

public abstract class ResourceUtils
extends Object

A collection of utility methods for working with Resources.


Constructor Summary
ResourceUtils()
           
 
Method Summary
static boolean isPlatform(Resource resource)
           
static boolean isServer(Resource resource)
           
static boolean isService(Resource resource)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceUtils

public ResourceUtils()
Method Detail

isPlatform

public static boolean isPlatform(Resource resource)

isServer

public static boolean isServer(Resource resource)

isService

public static boolean isService(Resource resource)


Copyright © 2008-2009 RHQ Project Advisory Board (Red Hat, Inc.). All Rights Reserved.