text
stringlengths
3
1.18M
/* * Exact.java * * Copyright (c) 2011, Ralf Biedert All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notice, this list o...
/* * TwoStateCondition.java * * Copyright (c) 2011, Ralf Biedert All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notice,...
/* * Condition.java * * Copyright (c) 2011, Ralf Biedert All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notice, this li...
/* * InformationItem.java * * Copyright (c) 2009, Ralf Biedert All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notice, t...
/* * Infobroker.java * * Copyright (c) 2009, Ralf Biedert All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notice, this l...
/* * InformationListener.java * * Copyright (c) 2009, Ralf Biedert All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notic...
/** * Top level package for the information broker. * * @since 1.0 */ package net.xeoh.plugins.informationbroker;
/* * OptionDummy.java * * Copyright (c) 2009, Ralf Biedert All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notice, this ...
/** * Options to <code>subscribe()</code>. * * @since 1.0 */ package net.xeoh.plugins.informationbroker.options.subscribe;
/** * Options to <code>publish()</code>. * * @since 1.0 */ package net.xeoh.plugins.informationbroker.options.publish;
/* * OptionDummy.java * * Copyright (c) 2009, Ralf Biedert All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notice, this ...
/* * GetPluginOption.java * * Copyright (c) 2009, Ralf Biedert All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notice, t...
/** * Top level package for information broker options. * * @since 1.0 */ package net.xeoh.plugins.informationbroker.options;
/* * GetPluginOption.java * * Copyright (c) 2009, Ralf Biedert All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notice, t...
/* * InformationBrokerImpl.java * * Copyright (c) 2009, Ralf Biedert All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright not...
/* * InformationBrokerUtil.java * * Copyright (c) 2009, Ralf Biedert All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright not...
/** * Utils for various {@link net.xeoh.plugins.informationbroker.InformationBroker} classes and objects. * * @since 1.0 */ package net.xeoh.plugins.informationbroker.util;
/* * Main.java * * Copyright (c) 2008, Ralf Biedert All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notice, this li...
/* * TestPlugin.java * * Copyright (c) 2008, Ralf Biedert All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notice, t...
/* * TestPluginImpl.java * * Copyright (c) 2008, Ralf Biedert All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notic...
package quickstart.outputservice.impl; import net.xeoh.plugins.base.annotations.PluginImplementation; import net.xeoh.plugins.base.annotations.events.Init; import net.xeoh.plugins.base.annotations.injections.InjectPlugin; import quickstart.dataservice.DataService; import quickstart.outputservice.OutputService; ...
/* * DataService.java * * Copyright (c) 2008, Ralf Biedert All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notice, ...
/* * TestPluginImpl.java * * Copyright (c) 2008, Ralf Biedert All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notic...
/* * Main.java * * Copyright (c) 2008, Ralf Biedert All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notice, this li...
/* * RemoteAPIJSON * * Copyright (c) 2010, Ralf Biedert All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notice, thi...
/* * RemoteAPIImpl.java * * Copyright (c) 2009, Ralf Biedert All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notice, thi...
package net.xeoh.plugins.remote.impl.javascript; import org.directwebremoting.extend.AbstractCreator; import org.directwebremoting.extend.Creator; /** * Used to put in our own objects. * * @author Thomas Lottermann * */ public class ObjectCreator extends AbstractCreator implements Creator { Ob...
/* * RemoteAPIImpl.java * * Copyright (c) 2009, Ralf Biedert All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notice, thi...
/* * RemoteAPIJavaScript * * Copyright (c) 2010, Ralf Biedert All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notic...
/* * RemoteAPIImpl.java * * Copyright (c) 2008, Ralf Biedert All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notice...
/* * RemoteAPI.java * * Copyright (c) 2008, Ralf Biedert All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notice, th...
/* * RemoteAPILipe.java * * Copyright (c) 2009, Ralf Biedert All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notice, thi...
/* * RemoteAPIImpl.java * * Copyright (c) 2008, Ralf Biedert All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notice...
/* * PublishMethod.java * * Copyright (c) 2008, Ralf Biedert All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notice...
/* * RemoteAPI.java * * Copyright (c) 2008, Ralf Biedert All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notice, th...
/* * RemoteConnectionXXX.java * * Copyright (c) 2009, Ralf Biedert All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notic...
/** * Interfaces related to exporting and importing plugin over the network. * * @since 1.0 */ package net.xeoh.plugins.remote;
/* * ExportResultImpl.java * * Copyright (c) 2009, Ralf Biedert All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notice, ...
/* * PluginExport.java * * Copyright (c) 2010, Ralf Biedert All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notice, this...
/* * ExportResult.java * * Copyright (c) 2009, Ralf Biedert All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notice, this...
/* * DiscoveredPlugin.java * * Copyright (c) 2009, Ralf Biedert All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notice, ...
/* * OptionLatest.java * * Copyright (c) 2009, Ralf Biedert All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notice, this...
/* * OptionCapabilities.java * * Copyright (c) 2009, Ralf Biedert All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notice...
/* * OptionCapabilities.java * * Copyright (c) 2009, Ralf Biedert All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notice...
/* * OptionCapabilities.java * * Copyright (c) 2009, Ralf Biedert All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notice...
/* * OptionLatest.java * * Copyright (c) 2009, Ralf Biedert All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notice, this...
/* * OptionCapabilities.java * * Copyright (c) 2009, Ralf Biedert All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notice...
/* * OptionCapabilities.java * * Copyright (c) 2009, Ralf Biedert All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notice...
/* * DiscoverOption.java * * Copyright (c) 2009, Ralf Biedert All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notice, th...
package net.xeoh.plugins.remotediscovery.impl.v4; import java.net.URI; import java.util.ArrayList; import java.util.List; import net.xeoh.plugins.remote.PublishMethod; import net.xeoh.plugins.remotediscovery.DiscoveredPlugin; /** * @author Thomas Lottermann */ public class DiscoveredPluginImpl implemen...
/* * LocalFileProbe.java * * Copyright (c) 2010, Ralf Biedert All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notice, th...
/* * NetworkProbe.java * * Copyright (c) 2010, Ralf Biedert All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notice, this...
package net.xeoh.plugins.remotediscovery.impl.v4.probes.network; import java.net.InetAddress; /** * * @author rb * */ public class RemoteManagerEndpoint { /** */ public InetAddress address; /** */ public int port; /** * @param adr * @param port */ public RemoteManager...
/* * AbstractProbe.java * * Copyright (c) 2010, Ralf Biedert All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notice, thi...
package net.xeoh.plugins.remotediscovery.impl.v4; import java.io.IOException; import java.net.ServerSocket; import java.net.URI; import java.util.Collection; import java.util.Random; import java.util.concurrent.ThreadFactory; import net.xeoh.plugins.base.Plugin; import net.xeoh.plugins.base.PluginManager; ...
package net.xeoh.plugins.remotediscovery.impl.v4; import java.util.Timer; import java.util.TimerTask; import net.xeoh.plugins.base.Plugin; import net.xeoh.plugins.remotediscovery.options.DiscoverOption; import net.xeoh.plugins.remotediscovery.options.discover.OptionCallback; /** * A request for callbacks. * * @a...
package net.xeoh.plugins.remotediscovery.impl.v3; import java.net.URI; import java.util.ArrayList; import java.util.List; import net.xeoh.plugins.remote.PublishMethod; import net.xeoh.plugins.remotediscovery.DiscoveredPlugin; /** * @author Thomas Lottermann */ public class DiscoveredPluginImpl implemen...
package net.xeoh.plugins.remotediscovery.impl.v3; import java.io.IOException; import java.net.InetAddress; import java.net.ServerSocket; import java.net.URI; import java.net.URISyntaxException; import java.security.AccessController; import java.security.PrivilegedAction; import java.util.ArrayList; import ja...
package net.xeoh.plugins.remotediscovery.impl.v3; import java.util.Timer; import java.util.TimerTask; import net.xeoh.plugins.base.Plugin; import net.xeoh.plugins.remotediscovery.options.DiscoverOption; import net.xeoh.plugins.remotediscovery.options.discover.OptionCallback; /** * A request for callbacks. * * @a...
package net.xeoh.plugins.remotediscovery.impl.v3; import java.io.Serializable; import java.net.InetAddress; /** * * @author rb * */ final class RemoteManagerEndpoint implements Serializable { private static final long serialVersionUID = -7370418870963776624L; public InetAddress address; public int ...
/* * DiscoverCall.java * * Copyright (c) 2010, Ralf Biedert All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notice, this...
/* * BaseCall.java * * Copyright (c) 2010, Ralf Biedert All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notice, this lis...
package net.xeoh.plugins.remotediscovery.impl.v3; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException; import java.io.ObjectInputStream; import java.io.ObjectOutputStream; import java.io.Serializable; import java.net.URI; import java.securit...
package net.xeoh.plugins.remotediscovery.impl.v2; import java.net.URI; import java.util.ArrayList; import java.util.List; import net.xeoh.plugins.remote.PublishMethod; import net.xeoh.plugins.remotediscovery.DiscoveredPlugin; /** * @author Thomas Lottermann */ public class DiscoveredPluginImpl implemen...
package net.xeoh.plugins.remotediscovery.impl.v2; import java.io.IOException; import java.net.InetAddress; import java.net.ServerSocket; import java.net.URI; import java.net.URISyntaxException; import java.security.AccessController; import java.security.PrivilegedAction; import java.util.ArrayList; import ja...
package net.xeoh.plugins.remotediscovery.impl.common.discoverymanager; /** * * * @author rb * */ public interface DiscoveryManager { /** * Returns the version of this manager. * * @return Version number * @since 100 */ public int getVersion(); /** ...
/* * ExportEntry.java * * Copyright (c) 2009, Ralf Biedert All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notice, this ...
/* * ExportInfo.java * * Copyright (c) 2009, Ralf Biedert All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notice, this l...
package net.xeoh.plugins.remotediscovery.impl.common.discoverymanager.impl.tcpip; import java.net.URI; import java.util.ArrayList; import java.util.Collection; import net.xeoh.plugins.base.Plugin; import net.xeoh.plugins.remote.PublishMethod; import net.xeoh.plugins.remotediscovery.impl.common.discoverymanage...
/* * ExportEntry.java * * Copyright (c) 2010, Ralf Biedert All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notice, this ...
/* * DiscoveryMangerPreferences.java * * Copyright (c) 2010, Ralf Biedert All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notice...
/* * LocalExportEntry.java * * Copyright (c) 2010, Ralf Biedert All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notice, ...
/* * DiscoveryMangerPreferences.java * * Copyright (c) 2010, Ralf Biedert All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyrigh...
package net.xeoh.plugins.remotediscovery.impl.common.discoverymanager.impl; import java.io.Serializable; import java.net.URI; import net.xeoh.plugins.base.Plugin; import net.xeoh.plugins.remote.PublishMethod; /** * @author rb */ public class ExportEntry implements Serializable { /** */ private static final...
/* * AbstractDiscoveryManager.java * * Copyright (c) 2010, Ralf Biedert All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright ...
/* * DiscoveryTracer.java * * Copyright (c) 2011, Ralf Biedert All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notice, t...
/* * ProbeTracer.java * * Copyright (c) 2011, Ralf Biedert All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notice, this ...
/* * RemoteAPIDiscoveryUtil.java * * Copyright (c) 2009, Ralf Biedert All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright no...
/* * RemoteDiscovery.java * * Copyright (c) 2009, Ralf Biedert All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notice, t...
/* * RemoteAPI.java * * Copyright (c) 2008, Ralf Biedert All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notice, th...
/* * RemoteAPIImpl.java * * Copyright (c) 2008, Ralf Biedert All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notice...
/* * RemoteAPI.java * * Copyright (c) 2008, Ralf Biedert All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notice, th...
/* * OptionDummy.java * * Copyright (c) 2009, Ralf Biedert All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notice, this ...
/* * GetPluginOption.java * * Copyright (c) 2009, Ralf Biedert All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notice, t...
/* * RemoteAPIImpl.java * * Copyright (c) 2008, Ralf Biedert All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notice,...
/* * ClassWorlds.java * * Copyright (c) 2009, Ralf Biedert All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notice, this ...
/* * Profiling.java * * Copyright (c) 2011, Ralf Biedert All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notice, this li...
/* * Cache.java * * Copyright (c) 2010, Ralf Biedert All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notice, this list o...
/* * Futures.java * * Copyright (c) 2009, Ralf Biedert All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notice, this list...
package net.xeoh.plugins.sandbox; import java.net.URL; import java.net.URLClassLoader; import net.xeoh.plugins.base.Plugin; import net.xeoh.plugins.base.util.PluginManagerUtil; public class PrintClasspath { public static void main(String[] args) { // Get the System Classloader ClassLoader sysCla...
/* * JMDNSTest.java * * Copyright (c) 2009, Ralf Biedert All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notice, this li...
/* * URI.java * * Copyright (c) 2009, Ralf Biedert All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notice, this list of ...
/* * OptionsTest.java * * Copyright (c) 2009, Ralf Biedert All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notice, this ...
/* * JMDNSTest.java * * Copyright (c) 2009, Ralf Biedert All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notice, this li...
/* * ClassFinderTest.java * * Copyright (c) 2009, Ralf Biedert All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notice, t...
/* * ShutdownTest.java * * Copyright (c) 2009, Ralf Biedert All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notice, this...
/* * Profiling.java * * Copyright (c) 2011, Ralf Biedert All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notice, this li...
/* * JMDNSTest.java * * Copyright (c) 2009, Ralf Biedert All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notice, this li...
/* * RemoteTest.java * * Copyright (c) 2008, Ralf Biedert All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notice, t...
/* * PluginTest.java * * Copyright (c) 2008, Ralf Biedert All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are * permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright notice, t...