code stringlengths 1 2.01M | repo_name stringlengths 3 62 | path stringlengths 1 267 | language stringclasses 231
values | license stringclasses 13
values | size int64 1 2.01M |
|---|---|---|---|---|---|
/*
* JarJarTest.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... | 100json-jspf | modules/tools/plugindoctor/src/net/xeoh/plugins/plugindoctor/sandbox/JarJarTest.java | Java | bsd | 1,833 |
/*
* ClassAnalysis.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... | 100json-jspf | modules/tools/plugindoctor/src/net/xeoh/plugins/plugindoctor/analysis/ClassClasspathElement.java | Java | bsd | 7,642 |
/*
* AbstractClasspathElement.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 ... | 100json-jspf | modules/tools/plugindoctor/src/net/xeoh/plugins/plugindoctor/analysis/AbstractClasspathElement.java | Java | bsd | 2,858 |
/*
* CommonClasspathElement.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... | 100json-jspf | modules/tools/plugindoctor/src/net/xeoh/plugins/plugindoctor/analysis/CommonClasspathElement.java | Java | bsd | 2,302 |
/*
* ConsoleDoctor.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... | 100json-jspf | modules/tools/plugindoctor/src/net/xeoh/plugins/plugindoctor/ConsoleDoctor.java | Java | bsd | 3,558 |
/*
* JARWriter.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... | 100json-jspf | modules/tools/plugindoctor/src/net/xeoh/plugins/plugindoctor/output/JARWriter.java | Java | bsd | 2,601 |
/*
* ConverterImpl.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, thi... | 100json-jspf | modules/tools/diagnosisreader/src/net/xeoh/plugins/diagnosisreader/converters/impl/plain/PlainConverterImpl.java | Java | bsd | 4,114 |
/*
* ConverterImpl.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 l... | 100json-jspf | modules/tools/diagnosisreader/src/net/xeoh/plugins/diagnosisreader/converters/impl/xml/XMLConverterImpl.java | Java | bsd | 4,419 |
/*
* ConverterImpl.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 l... | 100json-jspf | modules/tools/diagnosisreader/src/net/xeoh/plugins/diagnosisreader/converters/impl/csv/CSVConverterImpl.java | Java | bsd | 4,283 |
/*
* ConverterInfo.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, thi... | 100json-jspf | modules/tools/diagnosisreader/src/net/xeoh/plugins/diagnosisreader/converters/ConverterInfo.java | Java | bsd | 1,787 |
/*
* Reader.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 ... | 100json-jspf | modules/tools/diagnosisreader/src/net/xeoh/plugins/diagnosisreader/converters/Converter.java | Java | bsd | 2,018 |
/*
* DropPanel.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... | 100json-jspf | modules/tools/diagnosisreader/src/net/xeoh/plugins/diagnosisreader/ui/DropPanel.java | Java | bsd | 2,974 |
/*
* MainWindow.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... | 100json-jspf | modules/tools/diagnosisreader/src/net/xeoh/plugins/diagnosisreader/ui/MainWindow.java | Java | bsd | 3,925 |
/*
* Created by JFormDesigner on Wed Mar 30 12:26:50 CEST 2011
*/
package net.xeoh.plugins.diagnosisreader.ui;
import java.awt.Container;
import javax.swing.JComboBox;
import javax.swing.JFrame;
import javax.swing.WindowConstants;
import com.jgoodies.forms.layout.CellConstraints;
import com.jgoodies.forms.layout.... | 100json-jspf | modules/tools/diagnosisreader/src/net/xeoh/plugins/diagnosisreader/ui/MainWindowTemplate.java | Java | bsd | 1,806 |
/*
* DiagnosisReader.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... | 100json-jspf | modules/tools/diagnosisreader/src/net/xeoh/plugins/diagnosisreader/DiagnosisReader.java | Java | bsd | 3,401 |
/*
* Option.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 ... | 100json-jspf | modules/core/src/net/xeoh/plugins/base/Option.java | Java | bsd | 2,115 |
/**
* Contains the core plugin manager classes.
*
* @since 1.0
*/
package net.xeoh.plugins.base; | 100json-jspf | modules/core/src/net/xeoh/plugins/base/package-info.java | Java | bsd | 104 |
/*
* 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 ... | 100json-jspf | modules/core/src/net/xeoh/plugins/base/options/getinformation/InformationAuthors.java | Java | bsd | 2,241 |
/**
* Options to <code>getPlugin()</code>.
*
* @since 1.0
*/
package net.xeoh.plugins.base.options.getplugin; | 100json-jspf | modules/core/src/net/xeoh/plugins/base/options/getplugin/package-info.java | Java | bsd | 117 |
/*
* PluginSelector.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... | 100json-jspf | modules/core/src/net/xeoh/plugins/base/options/getplugin/PluginSelector.java | Java | bsd | 2,230 |
/*
* 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 ... | 100json-jspf | modules/core/src/net/xeoh/plugins/base/options/getplugin/OptionCapabilities.java | Java | bsd | 3,227 |
/*
* OptionPluginSelector.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 noti... | 100json-jspf | modules/core/src/net/xeoh/plugins/base/options/getplugin/OptionPluginSelector.java | Java | bsd | 3,382 |
/**
* Top level package for core options.
*
* @since 1.0
*/
package net.xeoh.plugins.base.options; | 100json-jspf | modules/core/src/net/xeoh/plugins/base/options/package-info.java | Java | bsd | 107 |
/*
* OptionSearchAround.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... | 100json-jspf | modules/core/src/net/xeoh/plugins/base/options/addpluginsfrom/OptionSearchAround.java | Java | bsd | 2,543 |
/**
* Options to <code>addPluginsFrom()</code>.
*
* @since 1.0
*/
package net.xeoh.plugins.base.options.addpluginsfrom; | 100json-jspf | modules/core/src/net/xeoh/plugins/base/options/addpluginsfrom/package-info.java | Java | bsd | 127 |
/*
* 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 ... | 100json-jspf | modules/core/src/net/xeoh/plugins/base/options/addpluginsfrom/OptionReportAfter.java | Java | bsd | 2,310 |
/*
* 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... | 100json-jspf | modules/core/src/net/xeoh/plugins/base/options/GetPluginOption.java | Java | bsd | 1,865 |
/*
* GetInformationOption.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 noti... | 100json-jspf | modules/core/src/net/xeoh/plugins/base/options/GetInformationOption.java | Java | bsd | 1,880 |
/*
* 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... | 100json-jspf | modules/core/src/net/xeoh/plugins/base/options/AddPluginsFromOption.java | Java | bsd | 1,876 |
/*
* PluginInformation.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 no... | 100json-jspf | modules/core/src/net/xeoh/plugins/base/PluginInformation.java | Java | bsd | 4,632 |
/*
* Spawner.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... | 100json-jspf | modules/core/src/net/xeoh/plugins/base/impl/spawning/Spawner.java | Java | bsd | 23,971 |
package net.xeoh.plugins.base.impl.spawning;
import net.xeoh.plugins.base.Plugin;
import net.xeoh.plugins.base.impl.registry.PluginMetaInformation;
/**
* Spawn result, encapsulates the results of our attempt to spawn
* a given plugin.
*
* @author Ralf Biedert
*/
public class SpawnResult {
/** The actual pl... | 100json-jspf | modules/core/src/net/xeoh/plugins/base/impl/spawning/SpawnResult.java | Java | bsd | 685 |
/*
* AbstractHandler.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, t... | 100json-jspf | modules/core/src/net/xeoh/plugins/base/impl/spawning/handler/AbstractHandler.java | Java | bsd | 2,518 |
/*
* InjectHandler.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... | 100json-jspf | modules/core/src/net/xeoh/plugins/base/impl/spawning/handler/InjectHandler.java | Java | bsd | 10,224 |
/**
* The {@link net.xeoh.plugins.base.impl.PluginManagerFactory} is the framework's entry point and the only class of
* relevance within this package, start exploring here.
*
* @since 1.0
*/
package net.xeoh.plugins.base.impl; | 100json-jspf | modules/core/src/net/xeoh/plugins/base/impl/package-info.java | Java | bsd | 237 |
/*
* PluginConfigurationImpl.java
*
* Copyright (c) 2007, 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 noti... | 100json-jspf | modules/core/src/net/xeoh/plugins/base/impl/PluginInformationImpl.java | Java | bsd | 6,428 |
/*
* PluginManager.java
*
* Copyright (c) 2007, 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... | 100json-jspf | modules/core/src/net/xeoh/plugins/base/impl/PluginManagerImpl.java | Java | bsd | 15,233 |
/*
* MBeansDiagnosisProvider.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 n... | 100json-jspf | modules/core/src/net/xeoh/plugins/base/impl/jmx/MBeansDiagnosisProvider.java | Java | bsd | 6,995 |
/*
* PluginMetaInformation.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... | 100json-jspf | modules/core/src/net/xeoh/plugins/base/impl/registry/PluginMetaInformation.java | Java | bsd | 3,712 |
/*
* PluginRegistry.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... | 100json-jspf | modules/core/src/net/xeoh/plugins/base/impl/registry/PluginRegistry.java | Java | bsd | 6,305 |
/*
* PluginClassMetaInformation.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 copyrigh... | 100json-jspf | modules/core/src/net/xeoh/plugins/base/impl/registry/PluginClassMetaInformation.java | Java | bsd | 3,324 |
/*
* ClassPathManager.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, ... | 100json-jspf | modules/core/src/net/xeoh/plugins/base/impl/classpath/ClassPathManager.java | Java | bsd | 13,253 |
/*
* InternalClasspathLoader.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 n... | 100json-jspf | modules/core/src/net/xeoh/plugins/base/impl/classpath/loader/InternalClasspathLoader.java | Java | bsd | 6,509 |
/*
* AbstractLoader.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 ... | 100json-jspf | modules/core/src/net/xeoh/plugins/base/impl/classpath/loader/AbstractLoader.java | Java | bsd | 14,300 |
/*
* InternalClasspathLoader.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 n... | 100json-jspf | modules/core/src/net/xeoh/plugins/base/impl/classpath/loader/FileLoader.java | Java | bsd | 5,387 |
/*
* InternalClasspathLoader.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 n... | 100json-jspf | modules/core/src/net/xeoh/plugins/base/impl/classpath/loader/HTTPLoader.java | Java | bsd | 3,558 |
/*
* JARClasspathLocation.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 noti... | 100json-jspf | modules/core/src/net/xeoh/plugins/base/impl/classpath/locator/locations/MultiPluginClasspathLocation.java | Java | bsd | 5,974 |
/*
* JARClasspathLocation.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 noti... | 100json-jspf | modules/core/src/net/xeoh/plugins/base/impl/classpath/locator/locations/FileClasspathLocation.java | Java | bsd | 7,615 |
/*
* JARClasspathLocation.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 noti... | 100json-jspf | modules/core/src/net/xeoh/plugins/base/impl/classpath/locator/locations/JARClasspathLocation.java | Java | bsd | 8,153 |
/*
* ClasspathLocator.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, ... | 100json-jspf | modules/core/src/net/xeoh/plugins/base/impl/classpath/locator/ClassPathLocator.java | Java | bsd | 11,036 |
/*
* ClasspathLoaction.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,... | 100json-jspf | modules/core/src/net/xeoh/plugins/base/impl/classpath/locator/AbstractClassPathLocation.java | Java | bsd | 5,616 |
/*
* PluginConfigurationImpl.java
*
* Copyright (c) 2007, 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 noti... | 100json-jspf | modules/core/src/net/xeoh/plugins/base/impl/PluginConfigurationImpl.java | Java | bsd | 3,923 |
/*
* Benchmarker.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 ... | 100json-jspf | modules/core/src/net/xeoh/plugins/base/impl/util/Benchmarker.java | Java | bsd | 2,217 |
/*
* PluginManagerFactory.java
*
* Copyright (c) 2007, 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 noti... | 100json-jspf | modules/core/src/net/xeoh/plugins/base/impl/PluginManagerFactory.java | Java | bsd | 6,272 |
/*
* Plugin.java
*
* Copyright (c) 2007, 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
... | 100json-jspf | modules/core/src/net/xeoh/plugins/base/Plugin.java | Java | bsd | 3,588 |
/*
* PluginManager.java
*
* Copyright (c) 2007, 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... | 100json-jspf | modules/core/src/net/xeoh/plugins/base/PluginManager.java | Java | bsd | 8,351 |
/*
* InitPlugin.java
*
* Copyright (c) 2007, 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... | 100json-jspf | modules/core/src/net/xeoh/plugins/base/annotations/Timer.java | Java | bsd | 2,978 |
/*
* InitPlugin.java
*
* Copyright (c) 2007, 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... | 100json-jspf | modules/core/src/net/xeoh/plugins/base/annotations/Capabilities.java | Java | bsd | 3,153 |
/*
* InitPlugin.java
*
* Copyright (c) 2007, 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... | 100json-jspf | modules/core/src/net/xeoh/plugins/base/annotations/events/Init.java | Java | bsd | 3,021 |
/*
* InitPlugin.java
*
* Copyright (c) 2007, 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... | 100json-jspf | modules/core/src/net/xeoh/plugins/base/annotations/events/PluginLoaded.java | Java | bsd | 2,858 |
/**
* Annoations related to plugin events.
*
* @since 1.0
*/
package net.xeoh.plugins.base.annotations.events; | 100json-jspf | modules/core/src/net/xeoh/plugins/base/annotations/events/package-info.java | Java | bsd | 118 |
/*
* InitPlugin.java
*
* Copyright (c) 2007, 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... | 100json-jspf | modules/core/src/net/xeoh/plugins/base/annotations/events/Shutdown.java | Java | bsd | 2,574 |
/**
* Core annotations for plugins. Please note that all of these annotations
* only work directly inside the plugin class and NOT in any of its embedded
* objects.
*
* @since 1.0
*/
package net.xeoh.plugins.base.annotations; | 100json-jspf | modules/core/src/net/xeoh/plugins/base/annotations/package-info.java | Java | bsd | 237 |
/*
* InitPlugin.java
*
* Copyright (c) 2007, 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... | 100json-jspf | modules/core/src/net/xeoh/plugins/base/annotations/Thread.java | Java | bsd | 2,485 |
/*
* ConfigurationFile.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,... | 100json-jspf | modules/core/src/net/xeoh/plugins/base/annotations/configuration/ConfigurationFile.java | Java | bsd | 2,848 |
/*
* IsDisabled.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... | 100json-jspf | modules/core/src/net/xeoh/plugins/base/annotations/configuration/IsDisabled.java | Java | bsd | 2,520 |
/**
* Annotations related to plugin loading.
*
* @since 1.0
*/
package net.xeoh.plugins.base.annotations.configuration; | 100json-jspf | modules/core/src/net/xeoh/plugins/base/annotations/configuration/package-info.java | Java | bsd | 127 |
/*
* AutoInject.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... | 100json-jspf | modules/core/src/net/xeoh/plugins/base/annotations/injections/AutoInject.java | Java | bsd | 2,381 |
/*
* InjectPluginManager.java
*
* Copyright (c) 2007, 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, ... | 100json-jspf | modules/core/src/net/xeoh/plugins/base/annotations/injections/InjectPlugin.java | Java | bsd | 3,734 |
/**
* Annotations related to injecting variables.
*
* @since 1.0
*/
package net.xeoh.plugins.base.annotations.injections; | 100json-jspf | modules/core/src/net/xeoh/plugins/base/annotations/injections/package-info.java | Java | bsd | 129 |
/*
* Version.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... | 100json-jspf | modules/core/src/net/xeoh/plugins/base/annotations/meta/Version.java | Java | bsd | 2,778 |
/**
* Annotations related to plugin information.
*
* @since 1.0
*/
package net.xeoh.plugins.base.annotations.meta; | 100json-jspf | modules/core/src/net/xeoh/plugins/base/annotations/meta/package-info.java | Java | bsd | 122 |
/*
* Author.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 ... | 100json-jspf | modules/core/src/net/xeoh/plugins/base/annotations/meta/RecognizesOption.java | Java | bsd | 2,243 |
/*
* Version.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... | 100json-jspf | modules/core/src/net/xeoh/plugins/base/annotations/meta/Stateless.java | Java | bsd | 2,322 |
/*
* Author.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 ... | 100json-jspf | modules/core/src/net/xeoh/plugins/base/annotations/meta/Author.java | Java | bsd | 2,482 |
/*
* PluginInstance.java
*
* Copyright (c) 2007, 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... | 100json-jspf | modules/core/src/net/xeoh/plugins/base/annotations/PluginImplementation.java | Java | bsd | 2,443 |
package net.xeoh.plugins.base.diagnosis.channels.tracing;
/*
* ClassPathTracer.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:
*
* Redistributio... | 100json-jspf | modules/core/src/net/xeoh/plugins/base/diagnosis/channels/tracing/ClassPathTracer.java | Java | bsd | 2,249 |
/*
* AddPlugins.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 l... | 100json-jspf | modules/core/src/net/xeoh/plugins/base/diagnosis/channels/tracing/SpawnerTracer.java | Java | bsd | 2,229 |
/*
* AddPlugins.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 l... | 100json-jspf | modules/core/src/net/xeoh/plugins/base/diagnosis/channels/tracing/PluginManagerTracer.java | Java | bsd | 2,242 |
/*
* URIUtil.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... | 100json-jspf | modules/core/src/net/xeoh/plugins/base/util/uri/URIUtil.java | Java | bsd | 1,824 |
/**
* Utilities for URIs.
*
* @since 1.0
*/
package net.xeoh.plugins.base.util.uri; | 100json-jspf | modules/core/src/net/xeoh/plugins/base/util/uri/package-info.java | Java | bsd | 92 |
/*
* ClassURI.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 lis... | 100json-jspf | modules/core/src/net/xeoh/plugins/base/util/uri/ClassURI.java | Java | bsd | 3,436 |
/*
* PluginUtil.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 l... | 100json-jspf | modules/core/src/net/xeoh/plugins/base/util/PluginUtil.java | Java | bsd | 5,727 |
/**
* Some utilities and wrappers for other objects / interfaces.
*
* @since 1.0
*/
package net.xeoh.plugins.base.util; | 100json-jspf | modules/core/src/net/xeoh/plugins/base/util/package-info.java | Java | bsd | 129 |
/*
* JSPFProperties.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... | 100json-jspf | modules/core/src/net/xeoh/plugins/base/util/JSPFProperties.java | Java | bsd | 3,380 |
/*
* OptionUtils.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 ... | 100json-jspf | modules/core/src/net/xeoh/plugins/base/util/OptionUtils.java | Java | bsd | 4,412 |
package net.xeoh.plugins.base.util;
import net.xeoh.plugins.base.Option;
/**
* Handles options. Only used internally.
*
* @author Ralf Biedert
*
* @param <T> Type parameter.
*/
public interface OptionHandler<T extends Option> {
/**
* Called with e
*
* @param option
*/
public void ... | 100json-jspf | modules/core/src/net/xeoh/plugins/base/util/OptionHandler.java | Java | bsd | 339 |
/*
* BusImpl.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... | 100json-jspf | modules/core/src/net/xeoh/plugins/base/util/PluginConfigurationUtil.java | Java | bsd | 7,668 |
/*
* BusImpl.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... | 100json-jspf | modules/core/src/net/xeoh/plugins/base/util/PluginManagerUtil.java | Java | bsd | 6,699 |
/*
* VanillaPluginUtil.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,... | 100json-jspf | modules/core/src/net/xeoh/plugins/base/util/VanillaPluginUtil.java | Java | bsd | 1,922 |
/*
* PluginConfiguration.java
*
* Copyright (c) 2007, 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, ... | 100json-jspf | modules/core/src/net/xeoh/plugins/base/PluginConfiguration.java | Java | bsd | 3,641 |
/**
* Top level package, nothing to see here.
*
* @since 1.0
*/
package net.xeoh.plugins; | 100json-jspf | modules/core/src/net/xeoh/plugins/package-info.java | Java | bsd | 96 |
/*
* DiagnosisChannel.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, ... | 100json-jspf | modules/core/src/net/xeoh/plugins/diagnosis/local/DiagnosisChannel.java | Java | bsd | 1,892 |
/*
* DiagnosisChannel.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, ... | 100json-jspf | modules/core/src/net/xeoh/plugins/diagnosis/local/DiagnosisChannelID.java | Java | bsd | 2,477 |
/*
* DiagnosisListener.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,... | 100json-jspf | modules/core/src/net/xeoh/plugins/diagnosis/local/DiagnosisMonitor.java | Java | bsd | 1,886 |
/*
* StatusOption.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... | 100json-jspf | modules/core/src/net/xeoh/plugins/diagnosis/local/options/StatusOption.java | Java | bsd | 1,749 |
/*
* RegisterConditionOption.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 n... | 100json-jspf | modules/core/src/net/xeoh/plugins/diagnosis/local/options/RegisterConditionOption.java | Java | bsd | 1,771 |
/*
* ChannelOption.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, thi... | 100json-jspf | modules/core/src/net/xeoh/plugins/diagnosis/local/options/ChannelOption.java | Java | bsd | 1,705 |
/*
* OptionAtomic.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... | 100json-jspf | modules/core/src/net/xeoh/plugins/diagnosis/local/options/status/OptionComment.java | Java | bsd | 1,913 |
/*
* OptionAtomic.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... | 100json-jspf | modules/core/src/net/xeoh/plugins/diagnosis/local/options/status/OptionAtomic.java | Java | bsd | 1,822 |