com.atlassian.gadgets.publisher.internal
Interface GadgetSpecValidator

All Known Implementing Classes:
GadgetSpecValidatorImpl

public interface GadgetSpecValidator

Interface for validating a gadget spec.


Method Summary
 boolean isValid(InputStream spec)
          Returns true if the specified gadget spec is valid.
 

Method Detail

isValid

boolean isValid(InputStream spec)
Returns true if the specified gadget spec is valid.

Parameters:
spec - source of the gadget spec XML to validate
Returns:
true if the specified gadget spec is valid


Copyright © 2010 Atlassian. All Rights Reserved.