blueprint.xml
The possible reference :
blueprintBundle Provides bundle's Bundle object.
blueprint.xml
The possible reference :
blueprintBundle Provides bundle's Bundle object.
using System; | |
using System.Collections.Generic; | |
using System.Linq; | |
using System.ServiceProcess; | |
using System.Text; | |
using pGina.Shared.Types; | |
using log4net; | |
/* | |
* See https://github.com/pgina/pgina/wiki/Plugin-Tutorial |
<?xml version="1.0"?> | |
<!DOCTYPE module PUBLIC | |
"-//Puppy Crawl//DTD Check Configuration 1.3//EN" | |
"http://www.puppycrawl.com/dtds/configuration_1_3.dtd"> | |
<!-- | |
Source = https://github.com/checkstyle/checkstyle/tree/master/src/main/resources | |
Checkstyle configurartion that checks the Google coding conventions from: | |
- Google Java Style |
ŞEN | |
KANDEMİR | |
ÇEVİK | |
ERKURAN | |
TÜTEN | |
ÖZTÜRK | |
YÜZBAŞIOĞLU | |
VURAL | |
YÜCEL | |
SÖNMEZ |
JALE | |
ALİ | |
MAHMUT | |
MANSUR KÜRŞAD | |
GAMZE | |
MİRAÇ | |
YÜCEL | |
KUBİLAY | |
HAYATİ | |
BEDRİYE MÜGE |
package tr.org.sources.list.parser; | |
import java.io.BufferedReader; | |
import java.io.IOException; | |
import java.io.InputStreamReader; | |
import java.io.Serializable; | |
import java.lang.reflect.Method; | |
import java.util.HashSet; | |
import java.util.Set; |
package xmpp.client.example; | |
import java.io.BufferedReader; | |
import java.io.InputStreamReader; | |
import java.util.Collection; | |
import org.jivesoftware.smack.AbstractXMPPConnection; | |
import org.jivesoftware.smack.XMPPException; | |
import org.jivesoftware.smack.ConnectionConfiguration.SecurityMode; | |
import org.jivesoftware.smack.SmackException.NotConnectedException; |