Java Doc for ProfilingSettings.java in » IDE-Netbeans » cvsclient » org » netbeans » lib » profiler » common » Java Source Code / Java DocumentationJava Source Code and Java Documentation
Java Source Code / Java Documentation
1.
6.0 JDK Core
2.
6.0 JDK Modules
3.
6.0 JDK Modules com.sun
4.
6.0 JDK Modules com.sun.java
5.
6.0 JDK Modules sun
6.
6.0 JDK Platform
7.
Ajax
8.
Apache Harmony Java SE
9.
Aspect oriented
10.
Authentication Authorization
11.
Blogger System
12.
Build
13.
Byte Code
14.
Cache
15.
Chart
16.
Chat
17.
Code Analyzer
18.
Collaboration
19.
Content Management System
20.
Database Client
21.
Database DBMS
22.
Database JDBC Connection Pool
23.
Database ORM
24.
Development
25.
EJB Server geronimo
26.
EJB Server GlassFish
27.
EJB Server JBoss 4.2.1
28.
EJB Server resin 3.1.5
29.
ERP CRM Financial
30.
ESB
31.
Forum
32.
GIS
33.
Graphic Library
34.
Groupware
35.
HTML Parser
36.
IDE
37.
IDE Eclipse
38.
IDE Netbeans
39.
Installer
40.
Internationalization Localization
41.
Inversion of Control
42.
Issue Tracking
43.
J2EE
44.
JBoss
45.
JMS
46.
JMX
47.
Library
48.
Mail Clients
49.
Net
50.
Parser
51.
PDF
52.
Portal
53.
Profiler
54.
Project Management
55.
Report
56.
RSS RDF
57.
Rule Engine
58.
Science
59.
Scripting
60.
Search Engine
61.
Security
62.
Sevlet Container
63.
Source Control
64.
Swing Library
65.
Template Engine
66.
Test Coverage
67.
Testing
68.
UML
69.
Web Crawler
70.
Web Framework
71.
Web Mail
72.
Web Server
73.
Web Services
74.
Web Services apache cxf 2.0.1
75.
Web Services AXIS2
76.
Wiki Engine
77.
Workflow Engines
78.
XML
79.
XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation
»
IDE Netbeans
»
cvsclient
»
org.netbeans.lib.profiler.common
Source Cross Reference
Class Diagram
Java Document (Java Doc)
java.lang
.Object
org.netbeans.lib.profiler.common
.ProfilingSettings
ProfilingSettings
public
class ProfilingSettings
(Code)
A Class holding a single named profiling configuration settings within the IDE.
author:
Tomas Hurka
author:
Ian Formanek
author:
Jiri Sedlacek
Field Summary
final static
String
DEFAULT_PROFILING_SETTINGS_NAME
final
public
static
String
LINES_PREFIX
final
public
static int
PROFILE_CPU_ENTIRE
final
public
static int
PROFILE_CPU_PART
final
public
static int
PROFILE_CPU_STOPWATCH
final
public
static int
PROFILE_MEMORY_ALLOCATIONS
final
public
static int
PROFILE_MEMORY_LIVENESS
final
public
static int
PROFILE_MONITOR
final
public
static
String
PROP_CODE_REGION_CPU_RES_BUF_SIZE
final
public
static
String
PROP_CPU_PROFILING_TYPE
final
public
static
String
PROP_EXCLUDE_WAIT_TIME
final
public
static
String
PROP_FRAGMENT_SELECTION
final
public
static
String
PROP_INSTRUMENTATION_MARKER_METHODS_PREFIX
final
public
static
String
PROP_INSTRUMENTATION_MARKER_METHODS_SIZE
final
public
static
String
PROP_INSTRUMENTATION_ROOT_METHODS_PREFIX
final
public
static
String
PROP_INSTRUMENTATION_ROOT_METHODS_SIZE
final
public
static
String
PROP_INSTRUMENT_EMPTY_METHODS
final
public
static
String
PROP_INSTRUMENT_GETTER_SETTER_METHODS
final
public
static
String
PROP_INSTRUMENT_METHOD_INVOKE
final
public
static
String
PROP_INSTRUMENT_SPAWNED_THREADS
final
public
static
String
PROP_INSTR_SCHEME
final
public
static
String
PROP_IS_PRESET
final
public
static
String
PROP_JAVA_PLATFORM
final
public
static
String
PROP_JVM_ARGS
final
public
static
String
PROP_N_PROFILED_THREADS_LIMIT
final
public
static
String
PROP_OBJ_ALLOC_STACK_SAMPLING_DEPTH
final
public
static
String
PROP_OBJ_ALLOC_STACK_SAMPLING_INTERVAL
final
public
static
String
PROP_OVERRIDE_GLOBAL_SETTINGS
final
public
static
String
PROP_PROFILE_UNDERLYING_FRAMEWORK
final
public
static
String
PROP_PROFILING_POINTS_ENABLED
final
public
static
String
PROP_PROFILING_TYPE
final
public
static
String
PROP_QUICK_FILTER
final
public
static
String
PROP_RUN_GC_ON_GET_RESULTS_IN_MEMORY_PROFILING
final
public
static
String
PROP_SAMPLING_INTERVAL
final
public
static
String
PROP_SELECTED_INSTR_FILTER
final
public
static
String
PROP_SETTINGS_NAME
final
public
static
String
PROP_SORT_RESULTS_BY_THREAD_CPU_TIME
final
public
static
String
PROP_THREADS_MONITORING_ENABLED
final
public
static
String
PROP_THREAD_CPU_TIMER_ON
final
public
static
String
PROP_WORKING_DIR
final
public
static boolean
QUICK_FILTER_EXCLUSIVE
final
public
static boolean
QUICK_FILTER_INCLUSIVE
public
transient boolean
instrRootMethodsPending
Constructor Summary
public
ProfilingSettings
()
public
ProfilingSettings
(
String
name)
Method Summary
public
void
addRootMethod
(
String
className,
String
methodName,
String
signature)
public
void
addRootMethods
(
ClientUtils.SourceCodeSelection
[] selections)
public
void
applySettings
(
ProfilerEngineSettings
settings)
public
void
copySettingsInto
(
ProfilingSettings
settings)
public
String
debug
()
public
int
getAllocStackTraceLimit
()
public
int
getAllocTrackEvery
()
public
int
getCPUProfilingType
()
public
ClientUtils.SourceCodeSelection
getCodeFragmentSelection
()
public
int
getCodeRegionCPUResBufSize
()
public
boolean
getExcludeWaitTime
()
public
int
getInstrScheme
()
public
boolean
getInstrumentEmptyMethods
()
public
boolean
getInstrumentGetterSetterMethods
()
public
boolean
getInstrumentMethodInvoke
()
public
boolean
getInstrumentSpawnedThreads
()
public
ClientUtils.SourceCodeSelection
[]
getInstrumentationMarkerMethods
()
public
ClientUtils.SourceCodeSelection
[]
getInstrumentationMethods
()
public
ClientUtils.SourceCodeSelection
[]
getInstrumentationRootMethods
()
public
String
getJVMArgs
()
public
String
getJavaPlatformName
()
public
int
getNProfiledThreadsLimit
()
public
boolean
getOverrideGlobalSettings
()
public
boolean
getProfileUnderlyingFramework
()
public
int
getProfilingType
()
static
String
getProperty
(
Map
props,
Object
key,
String
defaultValue)
public
SimpleFilter
getQuickFilter
()
public
boolean
getRunGCOnGetResultsInMemoryProfiling
()
public
int
getSamplingInterval
()
public
Object
getSelectedInstrumentationFilter
()
public
String
getSettingsName
()
public
boolean
getSortResultsByThreadCPUTime
()
public
boolean
getThreadCPUTimerOn
()
public
boolean
getThreadsMonitoringEnabled
()
public
String
getWorkingDir
()
public
boolean
isPreset
()
public
void
load
(
Map
props)
public
void
load
(
Map
props,
String
prefix)
public
static void
saveRootMethods
(
ClientUtils.SourceCodeSelection
[] roots,
Map
props)
Only used for global storage of UI setting in SelectTaskPanel.
public
void
setAllocStackTraceLimit
(int allocStackTraceLimit)
public
void
setAllocTrackEvery
(int value)
public
void
setCPUProfilingType
(int cpuProfilingType)
public
void
setCodeFragmentSelection
(
ClientUtils.SourceCodeSelection
fragmentSel)
public
void
setCodeRegionCPUResBufSize
(int codeRegionCPUResBufSize)
public
void
setExcludeWaitTime
(boolean value)
public
void
setInstrScheme
(int instrScheme)
public
void
setInstrumentEmptyMethods
(boolean instrumentEmptyMethods)
public
void
setInstrumentGetterSetterMethods
(boolean instrumentGetterSetterMethods)
public
void
setInstrumentMethodInvoke
(boolean instrumentMethodInvoke)
public
void
setInstrumentSpawnedThreads
(boolean instrumentSpawnedThreads)
public
void
setInstrumentationMarkerMethods
(
ClientUtils.SourceCodeSelection
[] markers)
public
void
setInstrumentationRootMethods
(
ClientUtils.SourceCodeSelection
[] roots)
public
void
setIsPreset
(boolean isPreset)
public
void
setJVMArgs
(
String
args)
public
void
setJavaPlatformName
(
String
value)
public
void
setNProfiledThreadsLimit
(int nProfiledThreadsLimit)
public
void
setOverrideGlobalSettings
(boolean override)
public
void
setProfileUnderlyingFramework
(boolean profileUF)
public
void
setProfilingType
(int profilingType)
public
void
setQuickFilter
(
SimpleFilter
quickFilter)
public
void
setRunGCOnGetResultsInMemoryProfiling
(boolean runGCOnGetResultsInMemoryProfiling)
public
void
setSamplingInterval
(int samplingInterval)
public
void
setSelectedInstrumentationFilter
(
Object
sif)
public
void
setSettingsName
(
String
name)
public
void
setSortResultsByThreadCPUTime
(boolean sortResultsByThreadCPUTime)
public
void
setThreadCPUTimerOn
(boolean threadCPUTimerOn)
public
void
setThreadsMonitoringEnabled
(boolean enabled)
public
void
setUseProfilingPoints
(boolean enabled)
public
void
setWorkingDir
(
String
workingDir)
public
void
store
(
Map
props)
public
void
store
(
Map
props,
String
prefix)
public
String
toString
()
public
boolean
useProfilingPoints
()
Field Detail
DEFAULT_PROFILING_SETTINGS_NAME
final static
String
DEFAULT_PROFILING_SETTINGS_NAME
(Code)
LINES_PREFIX
final
public
static
String
LINES_PREFIX
(Code)
PROFILE_CPU_ENTIRE
final
public
static int PROFILE_CPU_ENTIRE
(Code)
PROFILE_CPU_PART
final
public
static int PROFILE_CPU_PART
(Code)
PROFILE_CPU_STOPWATCH
final
public
static int PROFILE_CPU_STOPWATCH
(Code)
PROFILE_MEMORY_ALLOCATIONS
final
public
static int PROFILE_MEMORY_ALLOCATIONS
(Code)
PROFILE_MEMORY_LIVENESS
final
public
static int PROFILE_MEMORY_LIVENESS
(Code)
PROFILE_MONITOR
final
public
static int PROFILE_MONITOR
(Code)
PROP_CODE_REGION_CPU_RES_BUF_SIZE
final
public
static
String
PROP_CODE_REGION_CPU_RES_BUF_SIZE
(Code)
PROP_CPU_PROFILING_TYPE
final
public
static
String
PROP_CPU_PROFILING_TYPE
(Code)
PROP_EXCLUDE_WAIT_TIME
final
public
static
String
PROP_EXCLUDE_WAIT_TIME
(Code)
PROP_FRAGMENT_SELECTION
final
public
static
String
PROP_FRAGMENT_SELECTION
(Code)
PROP_INSTRUMENTATION_MARKER_METHODS_PREFIX
final
public
static
String
PROP_INSTRUMENTATION_MARKER_METHODS_PREFIX
(Code)
PROP_INSTRUMENTATION_MARKER_METHODS_SIZE
final
public
static
String
PROP_INSTRUMENTATION_MARKER_METHODS_SIZE
(Code)
PROP_INSTRUMENTATION_ROOT_METHODS_PREFIX
final
public
static
String
PROP_INSTRUMENTATION_ROOT_METHODS_PREFIX
(Code)
PROP_INSTRUMENTATION_ROOT_METHODS_SIZE
final
public
static
String
PROP_INSTRUMENTATION_ROOT_METHODS_SIZE
(Code)
PROP_INSTRUMENT_EMPTY_METHODS
final
public
static
String
PROP_INSTRUMENT_EMPTY_METHODS
(Code)
PROP_INSTRUMENT_GETTER_SETTER_METHODS
final
public
static
String
PROP_INSTRUMENT_GETTER_SETTER_METHODS
(Code)
PROP_INSTRUMENT_METHOD_INVOKE
final
public
static
String
PROP_INSTRUMENT_METHOD_INVOKE
(Code)
PROP_INSTRUMENT_SPAWNED_THREADS
final
public
static
String
PROP_INSTRUMENT_SPAWNED_THREADS
(Code)
PROP_INSTR_SCHEME
final
public
static
String
PROP_INSTR_SCHEME
(Code)
PROP_IS_PRESET
final
public
static
String
PROP_IS_PRESET
(Code)
PROP_JAVA_PLATFORM
final
public
static
String
PROP_JAVA_PLATFORM
(Code)
PROP_JVM_ARGS
final
public
static
String
PROP_JVM_ARGS
(Code)
PROP_N_PROFILED_THREADS_LIMIT
final
public
static
String
PROP_N_PROFILED_THREADS_LIMIT
(Code)
PROP_OBJ_ALLOC_STACK_SAMPLING_DEPTH
final
public
static
String
PROP_OBJ_ALLOC_STACK_SAMPLING_DEPTH
(Code)
PROP_OBJ_ALLOC_STACK_SAMPLING_INTERVAL
final
public
static
String
PROP_OBJ_ALLOC_STACK_SAMPLING_INTERVAL
(Code)
PROP_OVERRIDE_GLOBAL_SETTINGS
final
public
static
String
PROP_OVERRIDE_GLOBAL_SETTINGS
(Code)
PROP_PROFILE_UNDERLYING_FRAMEWORK
final
public
static
String
PROP_PROFILE_UNDERLYING_FRAMEWORK
(Code)
PROP_PROFILING_POINTS_ENABLED
final
public
static
String
PROP_PROFILING_POINTS_ENABLED
(Code)
PROP_PROFILING_TYPE
final
public
static
String
PROP_PROFILING_TYPE
(Code)
PROP_QUICK_FILTER
final
public
static
String
PROP_QUICK_FILTER
(Code)
PROP_RUN_GC_ON_GET_RESULTS_IN_MEMORY_PROFILING
final
public
static
String
PROP_RUN_GC_ON_GET_RESULTS_IN_MEMORY_PROFILING
(Code)
PROP_SAMPLING_INTERVAL
final
public
static
String
PROP_SAMPLING_INTERVAL
(Code)
PROP_SELECTED_INSTR_FILTER
final
public
static
String
PROP_SELECTED_INSTR_FILTER
(Code)
PROP_SETTINGS_NAME
final
public
static
String
PROP_SETTINGS_NAME
(Code)
PROP_SORT_RESULTS_BY_THREAD_CPU_TIME
final
public
static
String
PROP_SORT_RESULTS_BY_THREAD_CPU_TIME
(Code)
PROP_THREADS_MONITORING_ENABLED
final
public
static
String
PROP_THREADS_MONITORING_ENABLED
(Code)
PROP_THREAD_CPU_TIMER_ON
final
public
static
String
PROP_THREAD_CPU_TIMER_ON
(Code)
PROP_WORKING_DIR
final
public
static
String
PROP_WORKING_DIR
(Code)
QUICK_FILTER_EXCLUSIVE
final
public
static boolean QUICK_FILTER_EXCLUSIVE
(Code)
QUICK_FILTER_INCLUSIVE
final
public
static boolean QUICK_FILTER_INCLUSIVE
(Code)
instrRootMethodsPending
public
transient boolean instrRootMethodsPending
(Code)
Constructor Detail
ProfilingSettings
public
ProfilingSettings()
(Code)
ProfilingSettings
public
ProfilingSettings(
String
name)
(Code)
Method Detail
addRootMethod
public
void addRootMethod(
String
className,
String
methodName,
String
signature)
(Code)
addRootMethods
public
void addRootMethods(
ClientUtils.SourceCodeSelection
[] selections)
(Code)
applySettings
public
void applySettings(
ProfilerEngineSettings
settings)
(Code)
copySettingsInto
public
void copySettingsInto(
ProfilingSettings
settings)
(Code)
Copies only profiling settings (not session-related ones) into the given ProfilingSettings instance
Parameters:
settings - the instance to copy the current settings into
debug
public
String
debug()
(Code)
getAllocStackTraceLimit
public
int getAllocStackTraceLimit()
(Code)
getAllocTrackEvery
public
int getAllocTrackEvery()
(Code)
getCPUProfilingType
public
int getCPUProfilingType()
(Code)
Type of CPU instrumentation
See Also:
CommonConstants.CPU_INSTR_FULL
See Also:
CommonConstants.CPU_INSTR_SAMPLED
getCodeFragmentSelection
public
ClientUtils.SourceCodeSelection
getCodeFragmentSelection()
(Code)
code fragment to profile, can be null which indicates no code fragment selected
getCodeRegionCPUResBufSize
public
int getCodeRegionCPUResBufSize()
(Code)
Buffer size for code region results
getExcludeWaitTime
public
boolean getExcludeWaitTime()
(Code)
getInstrScheme
public
int getInstrScheme()
(Code)
getInstrumentEmptyMethods
public
boolean getInstrumentEmptyMethods()
(Code)
getInstrumentGetterSetterMethods
public
boolean getInstrumentGetterSetterMethods()
(Code)
getInstrumentMethodInvoke
public
boolean getInstrumentMethodInvoke()
(Code)
getInstrumentSpawnedThreads
public
boolean getInstrumentSpawnedThreads()
(Code)
getInstrumentationMarkerMethods
public
ClientUtils.SourceCodeSelection
[] getInstrumentationMarkerMethods()
(Code)
getInstrumentationMethods
public
ClientUtils.SourceCodeSelection
[] getInstrumentationMethods()
(Code)
getInstrumentationRootMethods
public
ClientUtils.SourceCodeSelection
[] getInstrumentationRootMethods()
(Code)
getJVMArgs
public
String
getJVMArgs()
(Code)
getJavaPlatformName
public
String
getJavaPlatformName()
(Code)
getNProfiledThreadsLimit
public
int getNProfiledThreadsLimit()
(Code)
getOverrideGlobalSettings
public
boolean getOverrideGlobalSettings()
(Code)
getProfileUnderlyingFramework
public
boolean getProfileUnderlyingFramework()
(Code)
getProfilingType
public
int getProfilingType()
(Code)
getProperty
static
String
getProperty(
Map
props,
Object
key,
String
defaultValue)
(Code)
getQuickFilter
public
SimpleFilter
getQuickFilter()
(Code)
getRunGCOnGetResultsInMemoryProfiling
public
boolean getRunGCOnGetResultsInMemoryProfiling()
(Code)
getSamplingInterval
public
int getSamplingInterval()
(Code)
getSelectedInstrumentationFilter
public
Object
getSelectedInstrumentationFilter()
(Code)
getSettingsName
public
String
getSettingsName()
(Code)
getSortResultsByThreadCPUTime
public
boolean getSortResultsByThreadCPUTime()
(Code)
getThreadCPUTimerOn
public
boolean getThreadCPUTimerOn()
(Code)
getThreadsMonitoringEnabled
public
boolean getThreadsMonitoringEnabled()
(Code)
getWorkingDir
public
String
getWorkingDir()
(Code)
isPreset
public
boolean isPreset()
(Code)
load
public
void load(
Map
props)
(Code)
load
public
void load(
Map
props,
String
prefix)
(Code)
saveRootMethods
public
static void saveRootMethods(
ClientUtils.SourceCodeSelection
[] roots,
Map
props)
(Code)
Only used for global storage of UI setting in SelectTaskPanel. TODO [ian]: refactor
setAllocStackTraceLimit
public
void setAllocStackTraceLimit(int allocStackTraceLimit)
(Code)
setAllocTrackEvery
public
void setAllocTrackEvery(int value)
(Code)
setCPUProfilingType
public
void setCPUProfilingType(int cpuProfilingType)
(Code)
Parameters:
cpuProfilingType - Type of CPU instrumentation.
See Also:
CommonConstants.CPU_INSTR_FULL
See Also:
CommonConstants.CPU_INSTR_SAMPLED
setCodeFragmentSelection
public
void setCodeFragmentSelection(
ClientUtils.SourceCodeSelection
fragmentSel)
(Code)
Parameters:
fragmentSel - code fragment to profile, can be null which indicates no code fragment selected
setCodeRegionCPUResBufSize
public
void setCodeRegionCPUResBufSize(int codeRegionCPUResBufSize)
(Code)
Parameters:
codeRegionCPUResBufSize - Buffer size for code region results
setExcludeWaitTime
public
void setExcludeWaitTime(boolean value)
(Code)
setInstrScheme
public
void setInstrScheme(int instrScheme)
(Code)
setInstrumentEmptyMethods
public
void setInstrumentEmptyMethods(boolean instrumentEmptyMethods)
(Code)
setInstrumentGetterSetterMethods
public
void setInstrumentGetterSetterMethods(boolean instrumentGetterSetterMethods)
(Code)
setInstrumentMethodInvoke
public
void setInstrumentMethodInvoke(boolean instrumentMethodInvoke)
(Code)
setInstrumentSpawnedThreads
public
void setInstrumentSpawnedThreads(boolean instrumentSpawnedThreads)
(Code)
setInstrumentationMarkerMethods
public
void setInstrumentationMarkerMethods(
ClientUtils.SourceCodeSelection
[] markers)
(Code)
setInstrumentationRootMethods
public
void setInstrumentationRootMethods(
ClientUtils.SourceCodeSelection
[] roots)
(Code)
setIsPreset
public
void setIsPreset(boolean isPreset)
(Code)
setJVMArgs
public
void setJVMArgs(
String
args)
(Code)
setJavaPlatformName
public
void setJavaPlatformName(
String
value)
(Code)
setNProfiledThreadsLimit
public
void setNProfiledThreadsLimit(int nProfiledThreadsLimit)
(Code)
setOverrideGlobalSettings
public
void setOverrideGlobalSettings(boolean override)
(Code)
setProfileUnderlyingFramework
public
void setProfileUnderlyingFramework(boolean profileUF)
(Code)
setProfilingType
public
void setProfilingType(int profilingType)
(Code)
setQuickFilter
public
void setQuickFilter(
SimpleFilter
quickFilter)
(Code)
setRunGCOnGetResultsInMemoryProfiling
public
void setRunGCOnGetResultsInMemoryProfiling(boolean runGCOnGetResultsInMemoryProfiling)
(Code)
setSamplingInterval
public
void setSamplingInterval(int samplingInterval)
(Code)
setSelectedInstrumentationFilter
public
void setSelectedInstrumentationFilter(
Object
sif)
(Code)
setSettingsName
public
void setSettingsName(
String
name)
(Code)
setSortResultsByThreadCPUTime
public
void setSortResultsByThreadCPUTime(boolean sortResultsByThreadCPUTime)
(Code)
setThreadCPUTimerOn
public
void setThreadCPUTimerOn(boolean threadCPUTimerOn)
(Code)
setThreadsMonitoringEnabled
public
void setThreadsMonitoringEnabled(boolean enabled)
(Code)
setUseProfilingPoints
public
void setUseProfilingPoints(boolean enabled)
(Code)
setWorkingDir
public
void setWorkingDir(
String
workingDir)
(Code)
store
public
void store(
Map
props)
(Code)
store
public
void store(
Map
props,
String
prefix)
(Code)
toString
public
String
toString()
(Code)
useProfilingPoints
public
boolean useProfilingPoints()
(Code)
Methods inherited from
java.lang.Object
native
protected
Object
clone() throws
CloneNotSupportedException
(Code)
(Java Doc)
public
boolean equals(
Object
obj)
(Code)
(Java Doc)
protected
void finalize() throws
Throwable
(Code)
(Java Doc)
final native
public
Class
> getClass()
(Code)
(Java Doc)
native
public
int hashCode()
(Code)
(Java Doc)
final native
public
void notify()
(Code)
(Java Doc)
final native
public
void notifyAll()
(Code)
(Java Doc)
public
String
toString()
(Code)
(Java Doc)
final native
public
void wait(long timeout) throws
InterruptedException
(Code)
(Java Doc)
final
public
void wait(long timeout, int nanos) throws
InterruptedException
(Code)
(Java Doc)
final
public
void wait() throws
InterruptedException
(Code)
(Java Doc)
www.java2java.com
|
Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.