-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex-all.html
303 lines (303 loc) · 18.2 KB
/
index-all.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_271) on Fri Feb 19 10:49:25 CET 2021 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Index (unisoft-core 1.0.0-RELEASE API)</title>
<meta name="date" content="2021-02-19">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Index (unisoft-core 1.0.0-RELEASE API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?index-all.html" target="_top">Frames</a></li>
<li><a href="index-all.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="contentContainer"><a href="#I:A">A</a> <a href="#I:B">B</a> <a href="#I:C">C</a> <a href="#I:D">D</a> <a href="#I:E">E</a> <a href="#I:F">F</a> <a href="#I:H">H</a> <a href="#I:I">I</a> <a href="#I:R">R</a> <a href="#I:U">U</a> <a name="I:A">
<!-- -->
</a>
<h2 class="title">A</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/unisoft/core/event/EventManager.html#addContext-java.lang.String-">addContext(String)</a></span> - Method in class com.unisoft.core.event.<a href="com/unisoft/core/event/EventManager.html" title="class in com.unisoft.core.event">EventManager</a></dt>
<dd> </dd>
<dt><a href="com/unisoft/core/event/ApplicationEvent.html" title="class in com.unisoft.core.event"><span class="typeNameLink">ApplicationEvent</span></a> - Class in <a href="com/unisoft/core/event/package-summary.html">com.unisoft.core.event</a></dt>
<dd>
<div class="block">base class for an application event</div>
</dd>
<dt><span class="memberNameLink"><a href="com/unisoft/core/event/ApplicationEvent.html#ApplicationEvent-java.lang.String-java.lang.Object-">ApplicationEvent(String, Object)</a></span> - Constructor for class com.unisoft.core.event.<a href="com/unisoft/core/event/ApplicationEvent.html" title="class in com.unisoft.core.event">ApplicationEvent</a></dt>
<dd> </dd>
</dl>
<a name="I:B">
<!-- -->
</a>
<h2 class="title">B</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/unisoft/core/util/CoreUtil.html#bomAwareToString-byte:A-java.lang.String-">bomAwareToString(byte[], String)</a></span> - Static method in class com.unisoft.core.util.<a href="com/unisoft/core/util/CoreUtil.html" title="class in com.unisoft.core.util">CoreUtil</a></dt>
<dd>
<div class="block">Attempts to convert a byte stream into the properly encoded String.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/unisoft/core/event/EventManager.html#broadcast-java.lang.String-com.unisoft.core.event.Event-">broadcast(String, Event)</a></span> - Method in class com.unisoft.core.event.<a href="com/unisoft/core/event/EventManager.html" title="class in com.unisoft.core.event">EventManager</a></dt>
<dd> </dd>
</dl>
<a name="I:C">
<!-- -->
</a>
<h2 class="title">C</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/unisoft/core/event/EventManager.html#clear--">clear()</a></span> - Method in class com.unisoft.core.event.<a href="com/unisoft/core/event/EventManager.html" title="class in com.unisoft.core.event">EventManager</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/unisoft/core/util/CoreUtil.html#clone-byte:A-">clone(byte[])</a></span> - Static method in class com.unisoft.core.util.<a href="com/unisoft/core/util/CoreUtil.html" title="class in com.unisoft.core.util">CoreUtil</a></dt>
<dd>
<div class="block">Creates a copy of the source byte array.</div>
</dd>
<dt><a href="com/unisoft/core/annotations/package-summary.html">com.unisoft.core.annotations</a> - package com.unisoft.core.annotations</dt>
<dd> </dd>
<dt><a href="com/unisoft/core/event/package-summary.html">com.unisoft.core.event</a> - package com.unisoft.core.event</dt>
<dd> </dd>
<dt><a href="com/unisoft/core/event/exception/package-summary.html">com.unisoft.core.event.exception</a> - package com.unisoft.core.event.exception</dt>
<dd> </dd>
<dt><a href="com/unisoft/core/exception/package-summary.html">com.unisoft.core.exception</a> - package com.unisoft.core.exception</dt>
<dd> </dd>
<dt><a href="com/unisoft/core/util/package-summary.html">com.unisoft.core.util</a> - package com.unisoft.core.util</dt>
<dd> </dd>
<dt><a href="com/unisoft/core/util/CoreUtil.html" title="class in com.unisoft.core.util"><span class="typeNameLink">CoreUtil</span></a> - Class in <a href="com/unisoft/core/util/package-summary.html">com.unisoft.core.util</a></dt>
<dd>
<div class="block">This class contains utility methods useful for common checks and operations.</div>
</dd>
</dl>
<a name="I:D">
<!-- -->
</a>
<h2 class="title">D</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/unisoft/core/event/ApplicationEvent.html#data--">data()</a></span> - Method in class com.unisoft.core.event.<a href="com/unisoft/core/event/ApplicationEvent.html" title="class in com.unisoft.core.event">ApplicationEvent</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/unisoft/core/event/Event.html#data--">data()</a></span> - Method in interface com.unisoft.core.event.<a href="com/unisoft/core/event/Event.html" title="interface in com.unisoft.core.event">Event</a></dt>
<dd>
<div class="block">gets event data</div>
</dd>
<dt><span class="memberNameLink"><a href="com/unisoft/core/util/CoreUtil.html#dispose-char:A-">dispose(char[])</a></span> - Static method in class com.unisoft.core.util.<a href="com/unisoft/core/util/CoreUtil.html" title="class in com.unisoft.core.util">CoreUtil</a></dt>
<dd> </dd>
</dl>
<a name="I:E">
<!-- -->
</a>
<h2 class="title">E</h2>
<dl>
<dt><a href="com/unisoft/core/event/Event.html" title="interface in com.unisoft.core.event"><span class="typeNameLink">Event</span></a> - Interface in <a href="com/unisoft/core/event/package-summary.html">com.unisoft.core.event</a></dt>
<dd>
<div class="block">application event contract</div>
</dd>
<dt><a href="com/unisoft/core/event/exception/EventContextNotFound.html" title="class in com.unisoft.core.event.exception"><span class="typeNameLink">EventContextNotFound</span></a> - Exception in <a href="com/unisoft/core/event/exception/package-summary.html">com.unisoft.core.event.exception</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/unisoft/core/event/exception/EventContextNotFound.html#EventContextNotFound--">EventContextNotFound()</a></span> - Constructor for exception com.unisoft.core.event.exception.<a href="com/unisoft/core/event/exception/EventContextNotFound.html" title="class in com.unisoft.core.event.exception">EventContextNotFound</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/unisoft/core/event/exception/EventContextNotFound.html#EventContextNotFound-java.lang.String-">EventContextNotFound(String)</a></span> - Constructor for exception com.unisoft.core.event.exception.<a href="com/unisoft/core/event/exception/EventContextNotFound.html" title="class in com.unisoft.core.event.exception">EventContextNotFound</a></dt>
<dd> </dd>
<dt><a href="com/unisoft/core/event/EventListener.html" title="interface in com.unisoft.core.event"><span class="typeNameLink">EventListener</span></a> - Interface in <a href="com/unisoft/core/event/package-summary.html">com.unisoft.core.event</a></dt>
<dd>
<div class="block">application event listener contract</div>
</dd>
<dt><a href="com/unisoft/core/event/EventManager.html" title="class in com.unisoft.core.event"><span class="typeNameLink">EventManager</span></a> - Class in <a href="com/unisoft/core/event/package-summary.html">com.unisoft.core.event</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/unisoft/core/event/EventManager.html#EventManager--">EventManager()</a></span> - Constructor for class com.unisoft.core.event.<a href="com/unisoft/core/event/EventManager.html" title="class in com.unisoft.core.event">EventManager</a></dt>
<dd> </dd>
</dl>
<a name="I:F">
<!-- -->
</a>
<h2 class="title">F</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/unisoft/core/util/CoreUtil.html#findFirstOfType-java.lang.Object:A-java.lang.Class-">findFirstOfType(Object[], Class<T>)</a></span> - Static method in class com.unisoft.core.util.<a href="com/unisoft/core/util/CoreUtil.html" title="class in com.unisoft.core.util">CoreUtil</a></dt>
<dd>
<div class="block">Returns the first instance of the given class from an array of Objects.</div>
</dd>
</dl>
<a name="I:H">
<!-- -->
</a>
<h2 class="title">H</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/unisoft/core/event/EventListener.html#handle-com.unisoft.core.event.Event-">handle(Event)</a></span> - Method in interface com.unisoft.core.event.<a href="com/unisoft/core/event/EventListener.html" title="interface in com.unisoft.core.event">EventListener</a></dt>
<dd>
<div class="block">handle <code>Event</code></div>
</dd>
</dl>
<a name="I:I">
<!-- -->
</a>
<h2 class="title">I</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/unisoft/core/event/ApplicationEvent.html#identifier--">identifier()</a></span> - Method in class com.unisoft.core.event.<a href="com/unisoft/core/event/ApplicationEvent.html" title="class in com.unisoft.core.event">ApplicationEvent</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/unisoft/core/event/Event.html#identifier--">identifier()</a></span> - Method in interface com.unisoft.core.event.<a href="com/unisoft/core/event/Event.html" title="interface in com.unisoft.core.event">Event</a></dt>
<dd>
<div class="block">gets event identifier</div>
</dd>
<dt><a href="com/unisoft/core/annotations/Immutable.html" title="annotation in com.unisoft.core.annotations"><span class="typeNameLink">Immutable</span></a> - Annotation Type in <a href="com/unisoft/core/annotations/package-summary.html">com.unisoft.core.annotations</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/unisoft/core/event/EventManager.html#INSTANCE">INSTANCE</a></span> - Static variable in class com.unisoft.core.event.<a href="com/unisoft/core/event/EventManager.html" title="class in com.unisoft.core.event">EventManager</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/unisoft/core/util/CoreUtil.html#isNullOrEmpty-java.lang.CharSequence-">isNullOrEmpty(CharSequence)</a></span> - Static method in class com.unisoft.core.util.<a href="com/unisoft/core/util/CoreUtil.html" title="class in com.unisoft.core.util">CoreUtil</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/unisoft/core/util/CoreUtil.html#isNullOrEmpty-java.util.Map-">isNullOrEmpty(Map<?, ?>)</a></span> - Static method in class com.unisoft.core.util.<a href="com/unisoft/core/util/CoreUtil.html" title="class in com.unisoft.core.util">CoreUtil</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/unisoft/core/util/CoreUtil.html#isNullOrEmpty-java.util.Collection-">isNullOrEmpty(Collection<?>)</a></span> - Static method in class com.unisoft.core.util.<a href="com/unisoft/core/util/CoreUtil.html" title="class in com.unisoft.core.util">CoreUtil</a></dt>
<dd>
<div class="block">Checks if the collection is null or empty.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/unisoft/core/util/CoreUtil.html#isNullOrEmpty-java.lang.Object:A-">isNullOrEmpty(Object[])</a></span> - Static method in class com.unisoft.core.util.<a href="com/unisoft/core/util/CoreUtil.html" title="class in com.unisoft.core.util">CoreUtil</a></dt>
<dd>
<div class="block">Checks if the array is null or empty.</div>
</dd>
</dl>
<a name="I:R">
<!-- -->
</a>
<h2 class="title">R</h2>
<dl>
<dt><span class="memberNameLink"><a href="com/unisoft/core/event/EventManager.html#register-java.lang.String-com.unisoft.core.event.EventListener-">register(String, EventListener)</a></span> - Method in class com.unisoft.core.event.<a href="com/unisoft/core/event/EventManager.html" title="class in com.unisoft.core.event">EventManager</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="com/unisoft/core/util/CoreUtil.html#requireNonNullOrEmpty-java.lang.CharSequence-java.lang.String-">requireNonNullOrEmpty(CharSequence, String)</a></span> - Static method in class com.unisoft.core.util.<a href="com/unisoft/core/util/CoreUtil.html" title="class in com.unisoft.core.util">CoreUtil</a></dt>
<dd> </dd>
</dl>
<a name="I:U">
<!-- -->
</a>
<h2 class="title">U</h2>
<dl>
<dt><a href="com/unisoft/core/exception/UnisoftException.html" title="class in com.unisoft.core.exception"><span class="typeNameLink">UnisoftException</span></a> - Exception in <a href="com/unisoft/core/exception/package-summary.html">com.unisoft.core.exception</a></dt>
<dd>
<div class="block">The base Unisoft exception.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/unisoft/core/exception/UnisoftException.html#UnisoftException--">UnisoftException()</a></span> - Constructor for exception com.unisoft.core.exception.<a href="com/unisoft/core/exception/UnisoftException.html" title="class in com.unisoft.core.exception">UnisoftException</a></dt>
<dd>
<div class="block">Initializes a new instance of the UnisoftException class.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/unisoft/core/exception/UnisoftException.html#UnisoftException-java.lang.String-">UnisoftException(String)</a></span> - Constructor for exception com.unisoft.core.exception.<a href="com/unisoft/core/exception/UnisoftException.html" title="class in com.unisoft.core.exception">UnisoftException</a></dt>
<dd>
<div class="block">Initializes a new instance of the UnisoftException class.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/unisoft/core/exception/UnisoftException.html#UnisoftException-java.lang.Throwable-">UnisoftException(Throwable)</a></span> - Constructor for exception com.unisoft.core.exception.<a href="com/unisoft/core/exception/UnisoftException.html" title="class in com.unisoft.core.exception">UnisoftException</a></dt>
<dd>
<div class="block">Initializes a new instance of the UnisoftException class.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/unisoft/core/exception/UnisoftException.html#UnisoftException-java.lang.String-java.lang.Throwable-">UnisoftException(String, Throwable)</a></span> - Constructor for exception com.unisoft.core.exception.<a href="com/unisoft/core/exception/UnisoftException.html" title="class in com.unisoft.core.exception">UnisoftException</a></dt>
<dd>
<div class="block">Initializes a new instance of the UnisoftException class.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/unisoft/core/exception/UnisoftException.html#UnisoftException-java.lang.String-java.lang.Throwable-boolean-boolean-">UnisoftException(String, Throwable, boolean, boolean)</a></span> - Constructor for exception com.unisoft.core.exception.<a href="com/unisoft/core/exception/UnisoftException.html" title="class in com.unisoft.core.exception">UnisoftException</a></dt>
<dd>
<div class="block">Initializes a new instance of the UnisoftException class.</div>
</dd>
<dt><span class="memberNameLink"><a href="com/unisoft/core/event/EventManager.html#unregister-java.lang.String-com.unisoft.core.event.EventListener-">unregister(String, EventListener)</a></span> - Method in class com.unisoft.core.event.<a href="com/unisoft/core/event/EventManager.html" title="class in com.unisoft.core.event">EventManager</a></dt>
<dd> </dd>
</dl>
<a href="#I:A">A</a> <a href="#I:B">B</a> <a href="#I:C">C</a> <a href="#I:D">D</a> <a href="#I:E">E</a> <a href="#I:F">F</a> <a href="#I:H">H</a> <a href="#I:I">I</a> <a href="#I:R">R</a> <a href="#I:U">U</a> </div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?index-all.html" target="_top">Frames</a></li>
<li><a href="index-all.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2021. All rights reserved.</small></p>
</body>
</html>