summaryrefslogtreecommitdiffstats
path: root/qtjava/javalib/org/kde/qt/QUrlOperator.java
blob: 6ba2102601b9ef3ae52a7b4589f9bff9a893cd9d (plain)
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
//Auto-generated by kalyptus. DO NOT EDIT.
package org.kde.qt;

import org.kde.qt.Qt;

/**
 See {@link TQUrlOperatorSignals} for signals emitted by TQUrlOperator
*/
public class TQUrlOperator extends TQObject implements TQUrlInterface {
	protected TQUrlOperator(Class dummy){super((Class) null);}
	public native TQMetaObject metaObject();
	public native String className();
	public TQUrlOperator() {
		super((Class) null);
		newTQUrlOperator();
	}
	private native void newTQUrlOperator();
	public TQUrlOperator(String urL) {
		super((Class) null);
		newTQUrlOperator(urL);
	}
	private native void newTQUrlOperator(String urL);
	public TQUrlOperator(TQUrlOperator url) {
		super((Class) null);
		newTQUrlOperator(url);
	}
	private native void newTQUrlOperator(TQUrlOperator url);
	public TQUrlOperator(TQUrlOperator url, String relUrl, boolean checkSlash) {
		super((Class) null);
		newTQUrlOperator(url,relUrl,checkSlash);
	}
	private native void newTQUrlOperator(TQUrlOperator url, String relUrl, boolean checkSlash);
	public TQUrlOperator(TQUrlOperator url, String relUrl) {
		super((Class) null);
		newTQUrlOperator(url,relUrl);
	}
	private native void newTQUrlOperator(TQUrlOperator url, String relUrl);
	public native void setPath(String path);
	public native boolean cdUp();
	public native TQNetworkOperation listChildren();
	public native TQNetworkOperation mkdir(String dirname);
	public native TQNetworkOperation remove(String filename);
	public native TQNetworkOperation rename(String oldname, String newname);
	public native TQNetworkOperation get(String location);
	public native TQNetworkOperation get();
	public native TQNetworkOperation put(byte[] data, String location);
	public native TQNetworkOperation put(byte[] data);
	// TQPtrList<TQNetworkOperation> copy(const TQString& arg1,const TQString& arg2,bool arg3,bool arg4); >>>> NOT CONVERTED
	// TQPtrList<TQNetworkOperation> copy(const TQString& arg1,const TQString& arg2,bool arg3); >>>> NOT CONVERTED
	// TQPtrList<TQNetworkOperation> copy(const TQString& arg1,const TQString& arg2); >>>> NOT CONVERTED
	public native void copy(String[] files, String dest, boolean move);
	public native void copy(String[] files, String dest);
	public native boolean isDir(boolean[] ok);
	public native boolean isDir();
	public native void setNameFilter(String nameFilter);
	public native String nameFilter();
	public native TQUrlInfo info(String entry);
	public native void stop();
	public static native String tr(String arg1, String arg2);
	public static native String tr(String arg1);
	protected native void reset();
	protected native boolean parse(String url);
	protected native boolean checkValid();
	protected native void clearEntries();
	protected native void getNetworkProtocol();
	protected native void deleteNetworkProtocol();
	/** Deletes the wrapped C++ instance */
	protected native void finalize() throws InternalError;
	/** Delete the wrapped C++ instance ahead of finalize() */
	public native void dispose();
	/** Has the wrapped C++ instance been deleted? */
	public native boolean isDisposed();
	public native String protocol();
	public native void setProtocol(String protocol);
	public native String user();
	public native void setUser(String user);
	public native boolean hasUser();
	public native String password();
	public native void setPassword(String pass);
	public native boolean hasPassword();
	public native String host();
	public native void setHost(String user);
	public native boolean hasHost();
	public native int port();
	public native void setPort(int port);
	public native boolean hasPort();
	public native String path(boolean correct);
	public native String path();
	public native boolean hasPath();
	public native void setEncodedPathAndQuery(String enc);
	public native String encodedPathAndQuery();
	public native void setQuery(String txt);
	public native String query();
	public native String ref();
	public native void setRef(String txt);
	public native boolean hasRef();
	public native boolean isValid();
	public native boolean isLocalFile();
	public native void addPath(String path);
	public native void setFileName(String txt);
	public native String fileName();
	public native String dirPath();
	public native boolean op_equals(TQUrlInterface url);
	public native boolean op_equals(String url);
	public native String toString(boolean encodedPath, boolean forcePrependProtocol);
	public native String toString(boolean encodedPath);
	public native String toString();
	public static native void decode(StringBuffer url);
	public static native void encode(StringBuffer url);
	public static native boolean isRelativeUrl(String url);
}