-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
101 changed files
with
372 additions
and
399 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,13 +15,13 @@ | |
*/ | ||
package li.strolch.agent.api; | ||
|
||
import java.util.List; | ||
import java.util.Set; | ||
|
||
import li.strolch.model.audit.Audit; | ||
import li.strolch.persistence.api.StrolchTransaction; | ||
import li.strolch.utils.collections.DateRange; | ||
|
||
import java.util.List; | ||
import java.util.Set; | ||
|
||
/** | ||
* @author Robert von Burg <[email protected]> | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,13 +15,12 @@ | |
*/ | ||
package li.strolch.agent.api; | ||
|
||
import static java.text.MessageFormat.*; | ||
import static li.strolch.model.Tags.Json.*; | ||
import com.google.gson.JsonObject; | ||
|
||
import java.text.MessageFormat; | ||
import java.util.Properties; | ||
|
||
import com.google.gson.JsonObject; | ||
import static java.text.MessageFormat.format; | ||
import static li.strolch.model.Tags.Json.COMPONENT_NAME; | ||
|
||
/** | ||
* @author Robert von Burg <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
strolch-agent/src/main/java/li/strolch/agent/api/ObserverEvent.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,11 +15,11 @@ | |
*/ | ||
package li.strolch.agent.api; | ||
|
||
import java.util.Set; | ||
|
||
import li.strolch.exception.StrolchException; | ||
import li.strolch.runtime.StrolchConstants; | ||
|
||
import java.util.Set; | ||
|
||
/** | ||
* @author Robert von Burg <[email protected]> | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,11 +15,11 @@ | |
*/ | ||
package li.strolch.agent.api; | ||
|
||
import java.util.Locale; | ||
|
||
import li.strolch.exception.StrolchException; | ||
import li.strolch.utils.I18nMessage; | ||
|
||
import java.util.Locale; | ||
|
||
/** | ||
* @author Robert von Burg <[email protected]> | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,16 +15,15 @@ | |
*/ | ||
package li.strolch.agent.impl; | ||
|
||
import java.text.MessageFormat; | ||
import java.util.List; | ||
|
||
import li.strolch.model.audit.Audit; | ||
import li.strolch.persistence.api.AuditDao; | ||
import li.strolch.persistence.api.StrolchTransaction; | ||
import li.strolch.utils.collections.DateRange; | ||
import org.slf4j.Logger; | ||
import org.slf4j.LoggerFactory; | ||
|
||
import java.util.List; | ||
|
||
/** | ||
* @author Robert von Burg <[email protected]> | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,9 +15,6 @@ | |
*/ | ||
package li.strolch.agent.impl; | ||
|
||
import java.text.MessageFormat; | ||
import java.util.List; | ||
|
||
import li.strolch.agent.api.StrolchRealm; | ||
import li.strolch.exception.StrolchException; | ||
import li.strolch.model.StrolchRootElement; | ||
|
@@ -27,6 +24,9 @@ | |
import li.strolch.persistence.api.StrolchPersistenceException; | ||
import li.strolch.persistence.api.StrolchTransaction; | ||
|
||
import java.text.MessageFormat; | ||
import java.util.List; | ||
|
||
/** | ||
* @author Robert von Burg <[email protected]> | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,19 +15,18 @@ | |
*/ | ||
package li.strolch.agent.impl; | ||
|
||
import static li.strolch.utils.helper.StringHelper.formatNanoDuration; | ||
|
||
import java.text.MessageFormat; | ||
import java.util.Set; | ||
|
||
import org.slf4j.Logger; | ||
import org.slf4j.LoggerFactory; | ||
|
||
import li.strolch.agent.api.ComponentState; | ||
import li.strolch.agent.api.StrolchComponent; | ||
import li.strolch.exception.StrolchException; | ||
import li.strolch.runtime.configuration.ComponentConfiguration; | ||
import li.strolch.runtime.configuration.StrolchConfiguration; | ||
import org.slf4j.Logger; | ||
import org.slf4j.LoggerFactory; | ||
|
||
import java.text.MessageFormat; | ||
import java.util.Set; | ||
|
||
import static li.strolch.utils.helper.StringHelper.formatNanoDuration; | ||
|
||
/** | ||
* @author Robert von Burg <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.