blob: e79fb56c05edf6424708a309c6c1dd46d19d24ae [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (version 1.7.0_25) on Mon Jul 01 14:52:58 CEST 2013 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Constant Field Values (Apache Felix Configuration Admin Service 1.0.1 API)</title>
<meta name="date" content="2013-07-01">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Constant Field Values (Apache Felix Configuration Admin Service 1.0.1 API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><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><a href="index-all.html">Index</a></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?constant-values.html" target="_top">Frames</a></li>
<li><a href="constant-values.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="header">
<h1 title="Constant Field Values" class="title">Constant Field Values</h1>
<h2 title="Contents">Contents</h2>
<ul>
<li><a href="#org.apache">org.apache.*</a></li>
</ul>
</div>
<div class="constantValuesContainer"><a name="org.apache">
<!-- -->
</a>
<h2 title="org.apache">org.apache.*</h2>
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.apache.felix.cm.file.<a href="org/apache/felix/cm/file/ConfigurationHandler.html" title="class in org.apache.felix.cm.file">ConfigurationHandler</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.felix.cm.file.ConfigurationHandler.CRLF">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td><code><a href="org/apache/felix/cm/file/ConfigurationHandler.html#CRLF">CRLF</a></code></td>
<td class="colLast"><code>"\r\n"</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.felix.cm.file.ConfigurationHandler.ENCODING">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td><code><a href="org/apache/felix/cm/file/ConfigurationHandler.html#ENCODING">ENCODING</a></code></td>
<td class="colLast"><code>"UTF-8"</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.felix.cm.file.ConfigurationHandler.TOKEN_ARR_CLOS">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="org/apache/felix/cm/file/ConfigurationHandler.html#TOKEN_ARR_CLOS">TOKEN_ARR_CLOS</a></code></td>
<td class="colLast"><code>93</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.felix.cm.file.ConfigurationHandler.TOKEN_ARR_OPEN">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="org/apache/felix/cm/file/ConfigurationHandler.html#TOKEN_ARR_OPEN">TOKEN_ARR_OPEN</a></code></td>
<td class="colLast"><code>91</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.felix.cm.file.ConfigurationHandler.TOKEN_COMMA">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="org/apache/felix/cm/file/ConfigurationHandler.html#TOKEN_COMMA">TOKEN_COMMA</a></code></td>
<td class="colLast"><code>44</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.felix.cm.file.ConfigurationHandler.TOKEN_EQ">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="org/apache/felix/cm/file/ConfigurationHandler.html#TOKEN_EQ">TOKEN_EQ</a></code></td>
<td class="colLast"><code>61</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.felix.cm.file.ConfigurationHandler.TOKEN_NAME">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="org/apache/felix/cm/file/ConfigurationHandler.html#TOKEN_NAME">TOKEN_NAME</a></code></td>
<td class="colLast"><code>78</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.felix.cm.file.ConfigurationHandler.TOKEN_PRIMITIVE_BOOLEAN">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="org/apache/felix/cm/file/ConfigurationHandler.html#TOKEN_PRIMITIVE_BOOLEAN">TOKEN_PRIMITIVE_BOOLEAN</a></code></td>
<td class="colLast"><code>98</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.felix.cm.file.ConfigurationHandler.TOKEN_PRIMITIVE_BYTE">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="org/apache/felix/cm/file/ConfigurationHandler.html#TOKEN_PRIMITIVE_BYTE">TOKEN_PRIMITIVE_BYTE</a></code></td>
<td class="colLast"><code>120</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.felix.cm.file.ConfigurationHandler.TOKEN_PRIMITIVE_CHAR">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="org/apache/felix/cm/file/ConfigurationHandler.html#TOKEN_PRIMITIVE_CHAR">TOKEN_PRIMITIVE_CHAR</a></code></td>
<td class="colLast"><code>99</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.felix.cm.file.ConfigurationHandler.TOKEN_PRIMITIVE_DOUBLE">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="org/apache/felix/cm/file/ConfigurationHandler.html#TOKEN_PRIMITIVE_DOUBLE">TOKEN_PRIMITIVE_DOUBLE</a></code></td>
<td class="colLast"><code>100</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.felix.cm.file.ConfigurationHandler.TOKEN_PRIMITIVE_FLOAT">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="org/apache/felix/cm/file/ConfigurationHandler.html#TOKEN_PRIMITIVE_FLOAT">TOKEN_PRIMITIVE_FLOAT</a></code></td>
<td class="colLast"><code>102</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.felix.cm.file.ConfigurationHandler.TOKEN_PRIMITIVE_INT">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="org/apache/felix/cm/file/ConfigurationHandler.html#TOKEN_PRIMITIVE_INT">TOKEN_PRIMITIVE_INT</a></code></td>
<td class="colLast"><code>105</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.felix.cm.file.ConfigurationHandler.TOKEN_PRIMITIVE_LONG">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="org/apache/felix/cm/file/ConfigurationHandler.html#TOKEN_PRIMITIVE_LONG">TOKEN_PRIMITIVE_LONG</a></code></td>
<td class="colLast"><code>108</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.felix.cm.file.ConfigurationHandler.TOKEN_PRIMITIVE_SHORT">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="org/apache/felix/cm/file/ConfigurationHandler.html#TOKEN_PRIMITIVE_SHORT">TOKEN_PRIMITIVE_SHORT</a></code></td>
<td class="colLast"><code>115</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.felix.cm.file.ConfigurationHandler.TOKEN_SIMPLE_BOOLEAN">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="org/apache/felix/cm/file/ConfigurationHandler.html#TOKEN_SIMPLE_BOOLEAN">TOKEN_SIMPLE_BOOLEAN</a></code></td>
<td class="colLast"><code>66</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.felix.cm.file.ConfigurationHandler.TOKEN_SIMPLE_BYTE">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="org/apache/felix/cm/file/ConfigurationHandler.html#TOKEN_SIMPLE_BYTE">TOKEN_SIMPLE_BYTE</a></code></td>
<td class="colLast"><code>88</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.felix.cm.file.ConfigurationHandler.TOKEN_SIMPLE_CHARACTER">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="org/apache/felix/cm/file/ConfigurationHandler.html#TOKEN_SIMPLE_CHARACTER">TOKEN_SIMPLE_CHARACTER</a></code></td>
<td class="colLast"><code>67</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.felix.cm.file.ConfigurationHandler.TOKEN_SIMPLE_DOUBLE">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="org/apache/felix/cm/file/ConfigurationHandler.html#TOKEN_SIMPLE_DOUBLE">TOKEN_SIMPLE_DOUBLE</a></code></td>
<td class="colLast"><code>68</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.felix.cm.file.ConfigurationHandler.TOKEN_SIMPLE_FLOAT">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="org/apache/felix/cm/file/ConfigurationHandler.html#TOKEN_SIMPLE_FLOAT">TOKEN_SIMPLE_FLOAT</a></code></td>
<td class="colLast"><code>70</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.felix.cm.file.ConfigurationHandler.TOKEN_SIMPLE_INTEGER">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="org/apache/felix/cm/file/ConfigurationHandler.html#TOKEN_SIMPLE_INTEGER">TOKEN_SIMPLE_INTEGER</a></code></td>
<td class="colLast"><code>73</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.felix.cm.file.ConfigurationHandler.TOKEN_SIMPLE_LONG">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="org/apache/felix/cm/file/ConfigurationHandler.html#TOKEN_SIMPLE_LONG">TOKEN_SIMPLE_LONG</a></code></td>
<td class="colLast"><code>76</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.felix.cm.file.ConfigurationHandler.TOKEN_SIMPLE_SHORT">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="org/apache/felix/cm/file/ConfigurationHandler.html#TOKEN_SIMPLE_SHORT">TOKEN_SIMPLE_SHORT</a></code></td>
<td class="colLast"><code>83</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.felix.cm.file.ConfigurationHandler.TOKEN_SIMPLE_STRING">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="org/apache/felix/cm/file/ConfigurationHandler.html#TOKEN_SIMPLE_STRING">TOKEN_SIMPLE_STRING</a></code></td>
<td class="colLast"><code>84</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.felix.cm.file.ConfigurationHandler.TOKEN_VAL_CLOS">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="org/apache/felix/cm/file/ConfigurationHandler.html#TOKEN_VAL_CLOS">TOKEN_VAL_CLOS</a></code></td>
<td class="colLast"><code>34</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.felix.cm.file.ConfigurationHandler.TOKEN_VAL_OPEN">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="org/apache/felix/cm/file/ConfigurationHandler.html#TOKEN_VAL_OPEN">TOKEN_VAL_OPEN</a></code></td>
<td class="colLast"><code>34</code></td>
</tr>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.felix.cm.file.ConfigurationHandler.TOKEN_VEC_CLOS">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="org/apache/felix/cm/file/ConfigurationHandler.html#TOKEN_VEC_CLOS">TOKEN_VEC_CLOS</a></code></td>
<td class="colLast"><code>41</code></td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a name="org.apache.felix.cm.file.ConfigurationHandler.TOKEN_VEC_OPEN">
<!-- -->
</a><code>protected&nbsp;static&nbsp;final&nbsp;int</code></td>
<td><code><a href="org/apache/felix/cm/file/ConfigurationHandler.html#TOKEN_VEC_OPEN">TOKEN_VEC_OPEN</a></code></td>
<td class="colLast"><code>40</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values">
<caption><span>org.apache.felix.cm.file.<a href="org/apache/felix/cm/file/FilePersistenceManager.html" title="class in org.apache.felix.cm.file">FilePersistenceManager</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a name="org.apache.felix.cm.file.FilePersistenceManager.DEFAULT_CONFIG_DIR">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td><code><a href="org/apache/felix/cm/file/FilePersistenceManager.html#DEFAULT_CONFIG_DIR">DEFAULT_CONFIG_DIR</a></code></td>
<td class="colLast"><code>"config"</code></td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><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><a href="index-all.html">Index</a></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?constant-values.html" target="_top">Frames</a></li>
<li><a href="constant-values.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 &#169; 2006&#x2013;2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
</body>
</html>