Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
histream
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Raphael
histream
Commits
cbca8daf
Commit
cbca8daf
authored
May 13, 2015
by
R.W.Majeed
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Automatic generation of license headers
parent
71169626
Changes
64
Hide whitespace changes
Inline
Side-by-side
Showing
64 changed files
with
1346 additions
and
12 deletions
+1346
-12
pom.xml
pom.xml
+25
-12
src/main/java/de/sekmi/histream/AbnormalFlag.java
src/main/java/de/sekmi/histream/AbnormalFlag.java
+23
-0
src/main/java/de/sekmi/histream/ConceptValuePair.java
src/main/java/de/sekmi/histream/ConceptValuePair.java
+21
-0
src/main/java/de/sekmi/histream/DateTimeAccuracy.java
src/main/java/de/sekmi/histream/DateTimeAccuracy.java
+21
-0
src/main/java/de/sekmi/histream/Extension.java
src/main/java/de/sekmi/histream/Extension.java
+21
-0
src/main/java/de/sekmi/histream/ExtensionAccessor.java
src/main/java/de/sekmi/histream/ExtensionAccessor.java
+21
-0
src/main/java/de/sekmi/histream/Modifier.java
src/main/java/de/sekmi/histream/Modifier.java
+21
-0
src/main/java/de/sekmi/histream/Observation.java
src/main/java/de/sekmi/histream/Observation.java
+21
-0
src/main/java/de/sekmi/histream/ObservationException.java
src/main/java/de/sekmi/histream/ObservationException.java
+21
-0
src/main/java/de/sekmi/histream/ObservationFactory.java
src/main/java/de/sekmi/histream/ObservationFactory.java
+21
-0
src/main/java/de/sekmi/histream/ObservationHandler.java
src/main/java/de/sekmi/histream/ObservationHandler.java
+21
-0
src/main/java/de/sekmi/histream/ObservationParser.java
src/main/java/de/sekmi/histream/ObservationParser.java
+21
-0
src/main/java/de/sekmi/histream/ObservationProvider.java
src/main/java/de/sekmi/histream/ObservationProvider.java
+21
-0
src/main/java/de/sekmi/histream/Plugin.java
src/main/java/de/sekmi/histream/Plugin.java
+21
-0
src/main/java/de/sekmi/histream/Value.java
src/main/java/de/sekmi/histream/Value.java
+21
-0
src/main/java/de/sekmi/histream/conf/Configuration.java
src/main/java/de/sekmi/histream/conf/Configuration.java
+21
-0
src/main/java/de/sekmi/histream/conf/PluginConfig.java
src/main/java/de/sekmi/histream/conf/PluginConfig.java
+21
-0
src/main/java/de/sekmi/histream/conf/PluginProperty.java
src/main/java/de/sekmi/histream/conf/PluginProperty.java
+21
-0
src/main/java/de/sekmi/histream/conf/PluginRef.java
src/main/java/de/sekmi/histream/conf/PluginRef.java
+21
-0
src/main/java/de/sekmi/histream/ext/Concept.java
src/main/java/de/sekmi/histream/ext/Concept.java
+21
-0
src/main/java/de/sekmi/histream/ext/ExternalSourceType.java
src/main/java/de/sekmi/histream/ext/ExternalSourceType.java
+21
-0
src/main/java/de/sekmi/histream/ext/IdExtensionType.java
src/main/java/de/sekmi/histream/ext/IdExtensionType.java
+21
-0
src/main/java/de/sekmi/histream/ext/Patient.java
src/main/java/de/sekmi/histream/ext/Patient.java
+21
-0
src/main/java/de/sekmi/histream/ext/PatientStore.java
src/main/java/de/sekmi/histream/ext/PatientStore.java
+21
-0
src/main/java/de/sekmi/histream/ext/StoredExtensionType.java
src/main/java/de/sekmi/histream/ext/StoredExtensionType.java
+21
-0
src/main/java/de/sekmi/histream/ext/Visit.java
src/main/java/de/sekmi/histream/ext/Visit.java
+21
-0
src/main/java/de/sekmi/histream/i2b2/I2b2Inserter.java
src/main/java/de/sekmi/histream/i2b2/I2b2Inserter.java
+21
-0
src/main/java/de/sekmi/histream/i2b2/I2b2Patient.java
src/main/java/de/sekmi/histream/i2b2/I2b2Patient.java
+21
-0
src/main/java/de/sekmi/histream/i2b2/I2b2Visit.java
src/main/java/de/sekmi/histream/i2b2/I2b2Visit.java
+21
-0
src/main/java/de/sekmi/histream/i2b2/PostgresExtension.java
src/main/java/de/sekmi/histream/i2b2/PostgresExtension.java
+21
-0
src/main/java/de/sekmi/histream/i2b2/PostgresPatientStore.java
...ain/java/de/sekmi/histream/i2b2/PostgresPatientStore.java
+21
-0
src/main/java/de/sekmi/histream/i2b2/PostgresVisitStore.java
src/main/java/de/sekmi/histream/i2b2/PostgresVisitStore.java
+21
-0
src/main/java/de/sekmi/histream/impl/AbstractObservationHandler.java
...va/de/sekmi/histream/impl/AbstractObservationHandler.java
+21
-0
src/main/java/de/sekmi/histream/impl/AbstractObservationProvider.java
...a/de/sekmi/histream/impl/AbstractObservationProvider.java
+21
-0
src/main/java/de/sekmi/histream/impl/AbstractValue.java
src/main/java/de/sekmi/histream/impl/AbstractValue.java
+21
-0
src/main/java/de/sekmi/histream/impl/HIStream.java
src/main/java/de/sekmi/histream/impl/HIStream.java
+21
-0
src/main/java/de/sekmi/histream/impl/ModifierImpl.java
src/main/java/de/sekmi/histream/impl/ModifierImpl.java
+21
-0
src/main/java/de/sekmi/histream/impl/NumericValue.java
src/main/java/de/sekmi/histream/impl/NumericValue.java
+21
-0
src/main/java/de/sekmi/histream/impl/ObservationFactoryImpl.java
...n/java/de/sekmi/histream/impl/ObservationFactoryImpl.java
+21
-0
src/main/java/de/sekmi/histream/impl/ObservationImpl.java
src/main/java/de/sekmi/histream/impl/ObservationImpl.java
+21
-0
src/main/java/de/sekmi/histream/impl/PatientImpl.java
src/main/java/de/sekmi/histream/impl/PatientImpl.java
+21
-0
src/main/java/de/sekmi/histream/impl/ProviderImpl.java
src/main/java/de/sekmi/histream/impl/ProviderImpl.java
+21
-0
src/main/java/de/sekmi/histream/impl/RunConfiguration.java
src/main/java/de/sekmi/histream/impl/RunConfiguration.java
+21
-0
src/main/java/de/sekmi/histream/impl/StringValue.java
src/main/java/de/sekmi/histream/impl/StringValue.java
+21
-0
src/main/java/de/sekmi/histream/impl/VisitImpl.java
src/main/java/de/sekmi/histream/impl/VisitImpl.java
+21
-0
src/main/java/de/sekmi/histream/io/AbstractObservationParser.java
.../java/de/sekmi/histream/io/AbstractObservationParser.java
+21
-0
src/main/java/de/sekmi/histream/io/FileObservationProvider.java
...in/java/de/sekmi/histream/io/FileObservationProvider.java
+21
-0
src/main/java/de/sekmi/histream/io/FileObservationProviderFactory.java
.../de/sekmi/histream/io/FileObservationProviderFactory.java
+21
-0
src/main/java/de/sekmi/histream/io/FlatObservationProvider.java
...in/java/de/sekmi/histream/io/FlatObservationProvider.java
+21
-0
src/main/java/de/sekmi/histream/io/FlatProviderFactory.java
src/main/java/de/sekmi/histream/io/FlatProviderFactory.java
+21
-0
src/main/java/de/sekmi/histream/io/ObservationParserStream.java
...in/java/de/sekmi/histream/io/ObservationParserStream.java
+21
-0
src/main/java/de/sekmi/histream/io/XMLObservationParser.java
src/main/java/de/sekmi/histream/io/XMLObservationParser.java
+21
-0
src/main/java/de/sekmi/histream/io/XMLObservationProvider.java
...ain/java/de/sekmi/histream/io/XMLObservationProvider.java
+21
-0
src/main/java/de/sekmi/histream/io/XMLProviderFactory.java
src/main/java/de/sekmi/histream/io/XMLProviderFactory.java
+21
-0
src/test/java/de/sekmi/histream/TestLoadConfig.java
src/test/java/de/sekmi/histream/TestLoadConfig.java
+21
-0
src/test/java/de/sekmi/histream/impl/FileObservationProviderTest.java
...a/de/sekmi/histream/impl/FileObservationProviderTest.java
+21
-0
src/test/java/de/sekmi/histream/impl/SimplePatientExtension.java
...t/java/de/sekmi/histream/impl/SimplePatientExtension.java
+21
-0
src/test/java/de/sekmi/histream/impl/SimpleVisitExtension.java
...est/java/de/sekmi/histream/impl/SimpleVisitExtension.java
+21
-0
src/test/java/de/sekmi/histream/impl/TestDateTimeAccuracy.java
...est/java/de/sekmi/histream/impl/TestDateTimeAccuracy.java
+21
-0
src/test/java/de/sekmi/histream/impl/TestObservationHandler.java
...t/java/de/sekmi/histream/impl/TestObservationHandler.java
+21
-0
src/test/java/de/sekmi/histream/impl/TestPostgresPatientStore.java
...java/de/sekmi/histream/impl/TestPostgresPatientStore.java
+21
-0
src/test/java/de/sekmi/histream/impl/TestPostgresVisitStore.java
...t/java/de/sekmi/histream/impl/TestPostgresVisitStore.java
+21
-0
src/test/resources/dwh-eav.xml
src/test/resources/dwh-eav.xml
+19
-0
src/test/resources/histream.xml
src/test/resources/histream.xml
+19
-0
No files found.
pom.xml
View file @
cbca8daf
...
...
@@ -4,6 +4,11 @@
<artifactId>
histream
</artifactId>
<version>
0.0.1-SNAPSHOT
</version>
<inceptionYear>
2013
</inceptionYear>
<organization>
<name>
R.W.Majeed
</name>
</organization>
<properties>
<project.build.sourceEncoding>
UTF-8
</project.build.sourceEncoding>
<project.reporting.outputEncoding>
UTF-8
</project.reporting.outputEncoding>
...
...
@@ -39,20 +44,36 @@
</archive>
</configuration>
</plugin>
<!--
<plugin>
<groupId>
org.apache.maven.plugins
</groupId>
<artifactId>
maven-resources-plugin
</artifactId>
<version>
2.6
</version>
<configuration>
<encoding>
UTF-8
</encoding>
</configuration>
</plugin>
<plugin>
<groupId>
org.codehaus.mojo
</groupId>
<artifactId>
license-maven-plugin
</artifactId>
<version>
1.8
</version>
<executions>
<execution>
<id>
download-licenses
</id>
<id>
first
</id>
<goals>
<goal>
download-licenses
</goal>
<goal>
update-file-header
</goal>
</goals>
<phase>
process-sources
</phase>
<configuration>
<licenseName>
apache_v2
</licenseName>
<roots>
<root>
src/main/java
</root>
<root>
src/test
</root>
</roots>
</configuration>
</execution>
</executions>
</plugin>
<!--
<plugin>
<groupId>org.codehaus.mojo</groupId>
...
...
@@ -75,15 +96,7 @@
</execution>
</executions>
</plugin>-->
<!--
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>2.6</version>
<configuration>
<encoding>UTF-8</encoding>
</configuration>
</plugin>-->
<plugin>
<!-- collect dependencies -->
<!-- use mvn dependency:copy-dependencies to execute -->
...
...
src/main/java/de/sekmi/histream/AbnormalFlag.java
View file @
cbca8daf
package
de.sekmi.histream
;
/*
* #%L
* histream
* %%
* Copyright (C) 2013 - 2015 R.W.Majeed
* %%
* Licensed 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.
* #L%
*/
import
javax.xml.bind.annotation.XmlEnum
;
/**
...
...
@@ -7,6 +28,7 @@ import javax.xml.bind.annotation.XmlEnum;
* @author marap1
*
* Typical values sent via HL7 at the university hospital in Giessen (total count during observation period):
* <ul>
* <li>L: 60000
* <li>LL: 24000
* <li>H: 43000
...
...
@@ -15,6 +37,7 @@ import javax.xml.bind.annotation.XmlEnum;
* <li>**: 15
* <li>N: 23000
* <li>(empty/space): 14000
* </ul>
*/
@XmlEnum
public
enum
AbnormalFlag
{
...
...
src/main/java/de/sekmi/histream/ConceptValuePair.java
View file @
cbca8daf
package
de.sekmi.histream
;
/*
* #%L
* histream
* %%
* Copyright (C) 2013 - 2015 R.W.Majeed
* %%
* Licensed 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.
* #L%
*/
public
interface
ConceptValuePair
{
public
String
getConceptId
();
public
Value
getValue
();
...
...
src/main/java/de/sekmi/histream/DateTimeAccuracy.java
View file @
cbca8daf
package
de.sekmi.histream
;
/*
* #%L
* histream
* %%
* Copyright (C) 2013 - 2015 R.W.Majeed
* %%
* Licensed 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.
* #L%
*/
import
java.time.LocalDateTime
;
import
java.time.temporal.ChronoField
;
import
java.time.temporal.ChronoUnit
;
...
...
src/main/java/de/sekmi/histream/Extension.java
View file @
cbca8daf
package
de.sekmi.histream
;
/*
* #%L
* histream
* %%
* Copyright (C) 2013 - 2015 R.W.Majeed
* %%
* Licensed 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.
* #L%
*/
/**
* Extensions allow additional information to be stored and retrieved
...
...
src/main/java/de/sekmi/histream/ExtensionAccessor.java
View file @
cbca8daf
package
de.sekmi.histream
;
/*
* #%L
* histream
* %%
* Copyright (C) 2013 - 2015 R.W.Majeed
* %%
* Licensed 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.
* #L%
*/
public
interface
ExtensionAccessor
<
T
>
{
/**
* Get the extension type instance. The instance is created automatically on first access.
...
...
src/main/java/de/sekmi/histream/Modifier.java
View file @
cbca8daf
package
de.sekmi.histream
;
/*
* #%L
* histream
* %%
* Copyright (C) 2013 - 2015 R.W.Majeed
* %%
* Licensed 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.
* #L%
*/
public
interface
Modifier
extends
ConceptValuePair
{
@Override
String
getConceptId
();
...
...
src/main/java/de/sekmi/histream/Observation.java
View file @
cbca8daf
package
de.sekmi.histream
;
/*
* #%L
* histream
* %%
* Copyright (C) 2013 - 2015 R.W.Majeed
* %%
* Licensed 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.
* #L%
*/
import
java.util.Enumeration
;
import
de.sekmi.histream.ext.ExternalSourceType
;
...
...
src/main/java/de/sekmi/histream/ObservationException.java
View file @
cbca8daf
package
de.sekmi.histream
;
/*
* #%L
* histream
* %%
* Copyright (C) 2013 - 2015 R.W.Majeed
* %%
* Licensed 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.
* #L%
*/
/**
* Exception which occurred in connection with an observation
*
...
...
src/main/java/de/sekmi/histream/ObservationFactory.java
View file @
cbca8daf
package
de.sekmi.histream
;
/*
* #%L
* histream
* %%
* Copyright (C) 2013 - 2015 R.W.Majeed
* %%
* Licensed 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.
* #L%
*/
/**
* Single instance which generates all observations.
...
...
src/main/java/de/sekmi/histream/ObservationHandler.java
View file @
cbca8daf
package
de.sekmi.histream
;
/*
* #%L
* histream
* %%
* Copyright (C) 2013 - 2015 R.W.Majeed
* %%
* Licensed 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.
* #L%
*/
import
java.util.function.Consumer
;
/**
...
...
src/main/java/de/sekmi/histream/ObservationParser.java
View file @
cbca8daf
package
de.sekmi.histream
;
/*
* #%L
* histream
* %%
* Copyright (C) 2013 - 2015 R.W.Majeed
* %%
* Licensed 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.
* #L%
*/
import
java.io.IOException
;
import
java.io.InputStream
;
...
...
src/main/java/de/sekmi/histream/ObservationProvider.java
View file @
cbca8daf
package
de.sekmi.histream
;
/*
* #%L
* histream
* %%
* Copyright (C) 2013 - 2015 R.W.Majeed
* %%
* Licensed 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.
* #L%
*/
import
java.util.function.Consumer
;
public
interface
ObservationProvider
{
...
...
src/main/java/de/sekmi/histream/Plugin.java
View file @
cbca8daf
package
de.sekmi.histream
;
/*
* #%L
* histream
* %%
* Copyright (C) 2013 - 2015 R.W.Majeed
* %%
* Licensed 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.
* #L%
*/
import
java.io.Closeable
;
import
java.io.IOException
;
import
java.util.Properties
;
...
...
src/main/java/de/sekmi/histream/Value.java
View file @
cbca8daf
package
de.sekmi.histream
;
/*
* #%L
* histream
* %%
* Copyright (C) 2013 - 2015 R.W.Majeed
* %%
* Licensed 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.
* #L%
*/
import
java.math.BigDecimal
;
import
javax.xml.bind.annotation.XmlEnum
;
...
...
src/main/java/de/sekmi/histream/conf/Configuration.java
View file @
cbca8daf
package
de.sekmi.histream.conf
;
/*
* #%L
* histream
* %%
* Copyright (C) 2013 - 2015 R.W.Majeed
* %%
* Licensed 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.
* #L%
*/
import
java.io.File
;
import
java.io.IOException
;
import
java.util.Map
;
...
...
src/main/java/de/sekmi/histream/conf/PluginConfig.java
View file @
cbca8daf
package
de.sekmi.histream.conf
;
/*
* #%L
* histream
* %%
* Copyright (C) 2013 - 2015 R.W.Majeed
* %%
* Licensed 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.
* #L%
*/
import
java.lang.reflect.Constructor
;
import
java.util.HashMap
;
import
java.util.Map
;
...
...
src/main/java/de/sekmi/histream/conf/PluginProperty.java
View file @
cbca8daf
package
de.sekmi.histream.conf
;
/*
* #%L
* histream
* %%
* Copyright (C) 2013 - 2015 R.W.Majeed
* %%
* Licensed 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.
* #L%
*/
import
javax.xml.bind.annotation.XmlAccessType
;
import
javax.xml.bind.annotation.XmlAccessorType
;
import
javax.xml.bind.annotation.XmlAttribute
;
...
...
src/main/java/de/sekmi/histream/conf/PluginRef.java
View file @
cbca8daf
package
de.sekmi.histream.conf
;
/*
* #%L
* histream
* %%
* Copyright (C) 2013 - 2015 R.W.Majeed
* %%
* Licensed 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.
* #L%
*/
import
javax.xml.bind.annotation.XmlAccessType
;
import
javax.xml.bind.annotation.XmlAccessorType
;
import
javax.xml.bind.annotation.XmlAttribute
;
...
...
src/main/java/de/sekmi/histream/ext/Concept.java
View file @
cbca8daf
package
de.sekmi.histream.ext
;
/*
* #%L
* histream
* %%
* Copyright (C) 2013 - 2015 R.W.Majeed
* %%
* Licensed 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.
* #L%
*/
public
interface
Concept
extends
IdExtensionType
{
}
src/main/java/de/sekmi/histream/ext/ExternalSourceType.java
View file @
cbca8daf
package
de.sekmi.histream.ext
;
/*
* #%L
* histream
* %%
* Copyright (C) 2013 - 2015 R.W.Majeed
* %%
* Licensed 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.
* #L%
*/
import
java.time.Instant
;