| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| |
| |
| |
| |
| | |
Does not include any support for including class files generated
by annotation processors.
Change-Id: Id4006301d588875f822ff84fa90db10fd616ab00
|
|/
|
|
| |
Change-Id: Ie34d79830b53b5dcbc6b7edbaa7617c7466b9f3d
|
|
|
|
| |
Change-Id: I99c8a7e73e774213b745633e2d970210f58274d0
|
|
|
|
| |
Change-Id: Ic7c6f047bdbb29690233848cfe225508612e2f6f
|
|
|
|
| |
Change-Id: I91e3c26270f821741fa79f3d972e5b1454b00b0e
|
|
|
|
|
|
|
|
|
|
| |
Add API to set a dedicated standard input/output/error to a
ConfigBuilder. By this way, if defined, the parsing of '-' and
'--' take this standard definition instead of System.in/out/err.
Add also support of standard error in AbstractStreamFile hierarchy
and associated codec.
Change-Id: I1ca9521743d3ba286bd115aa24dbafd74bf693e9
|
|
|
|
| |
Change-Id: I2f9795a826046ccfbeee5207597f31e633663958
|
|\ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
ReadZipFS, WriteZipFS always have the same capabilities.
There's no need to create new copy every time
an object of one of those types is created. Make capabilities a static
constant for those classes.
Change-Id: Ia0eb8715d80bca1d33f8dcc6f63e9200455973d4
|
|\ \
| |/
|/| |
|
| |
| |
| |
| | |
Change-Id: I71005d0fe5e531fdbde8d83bf38d92ffb6c0795f
|
| |
| |
| |
| |
| |
| |
| |
| | |
BaseVDir and BaseVFile have the same getName implementation based
on |name| field inherited from a common superclass. Unify the implementation
by moving it to the common superclass.
Change-Id: Ia36a41e8fc403a2b18fc47dc00f67e3da48c90ab
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | | |
Bug: 19509971
Change-Id: Ifa91d7384246a3ac931d5b8b64694c60cff9e6d1
|
| | |
| | |
| | |
| | | |
Change-Id: I880412f9cb058b9195f806f10f1dc96c8d8dd06d
|
|/ /
| |
| |
| | |
Change-Id: I624f82f169564017d5dbbaf3b47d96715917449c
|
| |
| |
| |
| | |
Change-Id: I9063cc77b2d96d3f3a02fe93c33d83a38a2066fb
|
| |
| |
| |
| | |
Change-Id: I7ebd6d1f28158e1a95932774f870c91ded28dc48
|
|\ \ |
|
| |/
| |
| |
| | |
Change-Id: I14b3499b6a31f4598766c7e7ce7fa03905901bcb
|
|\ \ |
|
| |/
| |
| |
| | |
Change-Id: Iedd0b9743c20ccc0a8e5d270c4743b109c793f31
|
|/
|
|
| |
Change-Id: I9567cfefb6690e73f517123f76be593bcfb924ec
|
|
|
|
| |
Change-Id: I389b367f5a425ea58733b8f8dc8533464d3974d7
|
|
|
|
|
|
| |
And remove VDir delete API
Change-Id: I628b96ba1d51a3736bf996a611832c1a2c844af3
|
|\ |
|
| |
| |
| |
| | |
Change-Id: I9767ec1dc3b4edfd77faefda8ac51c1c19126bd9
|
|\ \ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
When writing the zip entry header to the zip outputstream, there are
IOExceptions thrown by the underlying stream.
This CL allows to handle those exceptions when writing to the zip
outputsream, not when opening it.
Change-Id: I0c96b9452362abe85931e37f415690e920ee1c5d
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
We were using finalVFS before, which made more sense, but failed in
ClassCastException because the instances of VDir were not compatible.
Change-Id: I736ae835d5175edf258784d019ea93bb1e9d4c9a
|
| | |
| | |
| | |
| | |
| | |
| | | |
This reverts commit 99ed43ae47b158b9c11fe7b11dd804573d9f39e9.
Change-Id: Ia3ed7f0002854dc70e26110358970b7907a5596a
|
| | |
| | |
| | |
| | | |
Change-Id: I113fc29da2d6d245d48a492a1a6b635dcc6e5fbb
|
| |/
|/|
| |
| |
| |
| |
| | |
I had put an assert before because I didn't think it would be used and
wanted to avoid handling the special case, but this is actually used.
Change-Id: I2806834d7a4d2e220bc38e90cd9cc77f10f0a645
|
|\ \ |
|
| |/
| |
| |
| |
| |
| |
| | |
VPath does not allow a separator as first character but appending
could create such VPaths
Change-Id: Id3d97ab623d592fa5909712383dc2c04e342ea00
|
|/
|
|
| |
Change-Id: I7fcd0dc914559ecd7f29b82883bb9a5787b0acc2
|
|\ |
|
| |
| |
| |
| | |
Change-Id: I61b2197ec9819a0d6ec0c969cf1b7c3473549213
|
|/
|
|
|
|
|
|
|
|
| |
When using directly createVDir we may have a
CannotCreateFileException because we don'te have write permissions,
even if the VDir already exists. Using getVDir first allows to get a
CannotCreateFileException only if we don't have writ epermissions and
the VDir does not already exist.
Change-Id: Ie3e3969ca383a8d365228474a812183c41bd7f21
|
|
|
|
|
|
| |
- Delete must remove the wrapped file and not the BaseVFS.
Change-Id: Ic23ef3a240c7f6eedcfc72adc7c1d59db2cafa90
|
|
|
|
| |
Change-Id: I235493d04a7cd286e150dc0251a73a265c845ddb
|
|
|
|
| |
Change-Id: Iafc9f2aab7d3d8b5eda4f4cefd3a4fba04f84bee
|
|
|
|
| |
Change-Id: I26c038dc576798b95dd1f3572024a0640293972c
|
|
|
|
| |
Change-Id: I2b669e48fae7f061922714ddb670389d934e0c3a
|
|
|
|
| |
Change-Id: I447734418fb04e2e0e3186dcbb1c37c5b769e2d4
|
|
|
|
| |
Change-Id: Id80de67d1063a608b3a8cab47126b4ed15bfe07f
|
|
|
|
| |
Change-Id: Id9dbfd2145563a6f1c7c5a677c70dd250b3f0184
|
|
|
|
| |
Change-Id: I4b71e032221ccfe2ebc4fd5d110aa1b389dc4812
|
|
|
|
|
|
|
| |
- Add getDigest() in MessageDigestFS
- Add a getCapabilities() in VFS and their implementation
Change-Id: Iaa330d740d186a5bda03618bf1a633c1f8726327
|
|
|
|
| |
Change-Id: I9922b005a2c2bc13f37035d013c7f78368959be8
|