You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sirona.apache.org by ol...@apache.org on 2014/02/13 13:33:28 UTC

svn commit: r1567906 - in /incubator/sirona/trunk/agent/javaagent/src/main/java/org/apache/sirona/javaagent: listener/package-info.java package-info.java spi/package-info.java

Author: olamy
Date: Thu Feb 13 12:33:28 2014
New Revision: 1567906

URL: http://svn.apache.org/r1567906
Log:
add package info files

Added:
    incubator/sirona/trunk/agent/javaagent/src/main/java/org/apache/sirona/javaagent/listener/package-info.java   (with props)
    incubator/sirona/trunk/agent/javaagent/src/main/java/org/apache/sirona/javaagent/package-info.java   (with props)
    incubator/sirona/trunk/agent/javaagent/src/main/java/org/apache/sirona/javaagent/spi/package-info.java   (with props)

Added: incubator/sirona/trunk/agent/javaagent/src/main/java/org/apache/sirona/javaagent/listener/package-info.java
URL: http://svn.apache.org/viewvc/incubator/sirona/trunk/agent/javaagent/src/main/java/org/apache/sirona/javaagent/listener/package-info.java?rev=1567906&view=auto
==============================================================================
--- incubator/sirona/trunk/agent/javaagent/src/main/java/org/apache/sirona/javaagent/listener/package-info.java (added)
+++ incubator/sirona/trunk/agent/javaagent/src/main/java/org/apache/sirona/javaagent/listener/package-info.java Thu Feb 13 12:33:28 2014
@@ -0,0 +1,23 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+/**
+ * <p>This package contains default {@link org.apache.sirona.javaagent.spi.InvocationListener} implementations.<br/>
+ * And an easy implementation to override {@link org.apache.sirona.javaagent.listener.ConfigurableListener}
+ * </p>
+ *
+ */
\ No newline at end of file

Propchange: incubator/sirona/trunk/agent/javaagent/src/main/java/org/apache/sirona/javaagent/listener/package-info.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/sirona/trunk/agent/javaagent/src/main/java/org/apache/sirona/javaagent/listener/package-info.java
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: incubator/sirona/trunk/agent/javaagent/src/main/java/org/apache/sirona/javaagent/package-info.java
URL: http://svn.apache.org/viewvc/incubator/sirona/trunk/agent/javaagent/src/main/java/org/apache/sirona/javaagent/package-info.java?rev=1567906&view=auto
==============================================================================
--- incubator/sirona/trunk/agent/javaagent/src/main/java/org/apache/sirona/javaagent/package-info.java (added)
+++ incubator/sirona/trunk/agent/javaagent/src/main/java/org/apache/sirona/javaagent/package-info.java Thu Feb 13 12:33:28 2014
@@ -0,0 +1,24 @@
+package org.apache.sirona.javaagent;/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+/**
+ * <p>This package contains classes for the Java agent.<br/>
+ * The Agent class {@link org.apache.sirona.javaagent.SironaAgent}</br>
+ * The ASM bytecode transformation logic.
+ * </p>
+ *
+ */
\ No newline at end of file

Propchange: incubator/sirona/trunk/agent/javaagent/src/main/java/org/apache/sirona/javaagent/package-info.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/sirona/trunk/agent/javaagent/src/main/java/org/apache/sirona/javaagent/package-info.java
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Added: incubator/sirona/trunk/agent/javaagent/src/main/java/org/apache/sirona/javaagent/spi/package-info.java
URL: http://svn.apache.org/viewvc/incubator/sirona/trunk/agent/javaagent/src/main/java/org/apache/sirona/javaagent/spi/package-info.java?rev=1567906&view=auto
==============================================================================
--- incubator/sirona/trunk/agent/javaagent/src/main/java/org/apache/sirona/javaagent/spi/package-info.java (added)
+++ incubator/sirona/trunk/agent/javaagent/src/main/java/org/apache/sirona/javaagent/spi/package-info.java Thu Feb 13 12:33:28 2014
@@ -0,0 +1,22 @@
+package org.apache.sirona.javaagent.spi;/*
+ * Licensed to the Apache Software Foundation (ASF) under one or more
+ * contributor license agreements.  See the NOTICE file distributed with
+ * this work for additional information regarding copyright ownership.
+ * The ASF licenses this file to You under the Apache License, Version 2.0
+ * (the "License"); you may not use this file except in compliance with
+ * the License.  You may obtain a copy of the License at
+ *
+ *      http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+/**
+ * <p>This package contains interfaces for listening object invocation with the Java agent.
+ * </p>
+ *
+ */
\ No newline at end of file

Propchange: incubator/sirona/trunk/agent/javaagent/src/main/java/org/apache/sirona/javaagent/spi/package-info.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/sirona/trunk/agent/javaagent/src/main/java/org/apache/sirona/javaagent/spi/package-info.java
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision