com.sage.orion.sdata.servlet.accpac
Interface JiBXConfigurationResource

All Known Implementing Classes:
JiBXConfigurationAbstractResource, LookupField, ReferencedKeyField, ReferencedResource, Resource

public interface JiBXConfigurationResource

The JiBXConfigurationResource interface is for those classes that reflect the configuration information parsed by JiBX.

getConfigurationErrors() returns the errors that were detected in the configuration while it was being processed


Method Summary
 java.util.Collection<java.lang.String> getConfigurationErrors()
          gets a list of the configuration errors that occurred during building.
 

Method Detail

getConfigurationErrors

java.util.Collection<java.lang.String> getConfigurationErrors()
gets a list of the configuration errors that occurred during building.

Returns:
a non-null unmodifiable collection of errors that occurred during building


Copyright © 2011 Sage Software, Inc. All rights reserved.