public class ScaffoldResource
extends Object
An abstraction of a resource used by the Scaffold provider. The scaffold resources will specify the source from where
they can be read, and the destination to which they are to be copied to, so that this information is available to
utlity classes like the ScaffoldUtil class.
This abstraction is meant to reduce the verbosity involved in using the ScaffoldUtil class, since resource
paths can now be stored and passed around in collections, and iterated through.