public SecTestPackage() throws SecurityException, IllegalArgumentException, NoSuchMethodException, InstantiationException, IllegalAccessException, InvocationTargetException
{
super("SecuredModel", new PlainModelFactory() );
// register a jar reader here
StreamManager sm =StreamManager.get();
sm.addLocator( new LocatorJarURL() );
}