OpenCores
URL https://opencores.org/ocsvn/scarts/scarts/trunk

Subversion Repositories scarts

[/] [scarts/] [trunk/] [toolchain/] [scarts-gcc/] [gcc-4.1.1/] [libjava/] [classpath/] [java/] [io/] [class-dependencies.conf] - Blame information for rev 14

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 14 jlechner
# This property file contains dependencies of classes, methods, and
2
# field on other methods or classes.
3
#
4
# Syntax:
5
#
6
#   :  [... ]
7
#
8
# means that when  is included,  (... ) must
9
# be included as well.
10
#
11
#  and  are of the form
12
#
13
#   
14
#
15
# or just
16
#
17
#   
18
#
19
# Within dependencies, variables can be used. A variable is defined as
20
# follows:
21
#
22
#   {variable}: value1 value2 ... value
23
#
24
# variables can be used on the right side of dependencies as follows:
25
#
26
#    : com.bla.blu.{variable}.Class.m()V
27
#
28
# The use of the variable will expand to  dependencies of the form
29
#
30
#    : com.bla.blu.value1.Class.m()V
31
#    : com.bla.blu.value2.Class.m()V
32
#    ...
33
#    : com.bla.blu.value.Class.m()V
34
#
35
# Variables can be redefined when building a system to select the
36
# required support for features like encodings, protocols, etc.
37
#
38
# Hints:
39
#
40
#  - For methods and fields, the signature is mandatory. For
41
#    specification, please see the Java Virtual Machine Specification by
42
#    SUN. Unlike in the spec, field signatures (types) are in brackets.
43
#
44
#  - Package names must be separated by '/' (and not '.'). E.g.,
45
#    java/lang/Class (this is necessary, because the '.' is used to
46
#    separate method or field names from classes)
47
#
48
#  - In case  refers to a class, only the class itself will be
49
#    included in the resulting binary, NOT necessarily all its methods
50
#    and fields. If you want to refer to all methods and fields, you can
51
#    write class.* as an abbreviation.
52
#
53
# -  Abbreviations for packages are also possible: my/package/* means all
54
#    methods and fields of all classes in my/package.
55
#
56
# -  A line with a trailing '\' continues in the next line.
57
 
58
java/io/File: \
59
        java/lang/ClassNotFoundException.(Ljava/lang/String;)V \
60
        java/lang/InternalError.(Ljava/lang/String;)V \
61
        java/io/IOException.(Ljava/lang/String;)V \
62
        java/lang/IllegalArgumentException.(Ljava/lang/String;)V
63
 
64
java/io/FileDescriptor: \
65
        java/lang/ClassNotFoundException.(Ljava/lang/String;)V \
66
        java/lang/InternalError.(Ljava/lang/String;)V \
67
        java/lang/IllegalArgumentException.(Ljava/lang/String;)V \
68
        java/io/IOException.(Ljava/lang/String;)V
69
 
70
java/io/FileInputStream: \
71
        java/lang/ClassNotFoundException.(Ljava/lang/String;)V \
72
        java/lang/InternalError.(Ljava/lang/String;)V \
73
        java/io/IOException.(Ljava/lang/String;)V \
74
        java/io/FileNotFoundException.(Ljava/lang/String;)V
75
 
76
java/io/FileOutputStream: \
77
        java/lang/ClassNotFoundException.(Ljava/lang/String;)V \
78
        java/lang/InternalError.(Ljava/lang/String;)V \
79
        java/io/FileNotFoundException.(Ljava/lang/String;)V \
80
        java/io/IOException.(Ljava/lang/String;)V
81
 
82
java/io/ObjectInputStream: \
83
        java/lang/ClassNotFoundException.(Ljava/lang/String;)V \
84
        java/lang/InternalError.(Ljava/lang/String;)V \
85
        java/lang/SecurityManager.currentClassLoader()Ljava/lang/ClassLoader; \
86
        java/lang/IllegalArgumentException.(Ljava/lang/String;)V
87
 
88
java/io/ObjectOutputStream: \
89
        java/lang/ClassNotFoundException.(Ljava/lang/String;)V \
90
        java/lang/InternalError.(Ljava/lang/String;)V \
91
        java/lang/SecurityManager.currentClassLoader()Ljava/lang/ClassLoader; \
92
        java/lang/IllegalArgumentException.(Ljava/lang/String;)V
93
 
94
java/io/RandomAccessFile: \
95
        java/lang/ClassNotFoundException.(Ljava/lang/String;)V \
96
        java/lang/InternalError.(Ljava/lang/String;)V \
97
        java/io/FileNotFoundException.(Ljava/lang/String;)V \
98
        java/io/IOException.(Ljava/lang/String;)V
99
 
100
# end of file

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.