A C E F G I K M R S 
All Classes All Packages

A

append(Mfs) - Method in class com.jcabi.manifests.Manifests
 
append(Mfs) - Method in interface com.jcabi.manifests.MfMap
Append this collection of MANIFEST.MF files.
append(File) - Static method in class com.jcabi.manifests.Manifests
Deprecated.
append(InputStream) - Static method in class com.jcabi.manifests.Manifests
Deprecated.
append(ServletContext) - Static method in class com.jcabi.manifests.Manifests
Deprecated.

C

ClasspathMfs - Class in com.jcabi.manifests
Manifests in classpath.
ClasspathMfs() - Constructor for class com.jcabi.manifests.ClasspathMfs
 
com.jcabi.manifests - package com.jcabi.manifests
Static reader of META-INF/MANIFEST.MF files.
containsKey(String) - Method in class com.jcabi.manifests.Manifests
 
containsKey(String) - Method in interface com.jcabi.manifests.MfMap
Check if attributes map contains the given key.
containsValue(String) - Method in class com.jcabi.manifests.Manifests
 
containsValue(String) - Method in interface com.jcabi.manifests.MfMap
Check if attributes map contains the given value.

E

exists(String) - Static method in class com.jcabi.manifests.Manifests
Check whether attribute exists in any of MANIFEST.MF files.

F

fetch() - Method in class com.jcabi.manifests.ClasspathMfs
 
fetch() - Method in class com.jcabi.manifests.FilesMfs
 
fetch() - Method in interface com.jcabi.manifests.Mfs
Find and fetch them all.
fetch() - Method in class com.jcabi.manifests.ServletMfs
 
fetch() - Method in class com.jcabi.manifests.StreamsMfs
 
fetch() - Method in class com.jcabi.manifests.StringMfs
 
FilesMfs - Class in com.jcabi.manifests
Manifests in files.
FilesMfs(File) - Constructor for class com.jcabi.manifests.FilesMfs
Ctor.
FilesMfs(Collection<File>) - Constructor for class com.jcabi.manifests.FilesMfs
Ctor.

G

get(String) - Method in class com.jcabi.manifests.Manifests
 
get(String) - Method in interface com.jcabi.manifests.MfMap
Get attribute value by its key.
getAsMap() - Method in class com.jcabi.manifests.Manifests
 
getAsMap() - Method in interface com.jcabi.manifests.MfMap
Get a copy of attributes map.

I

isEmpty() - Method in class com.jcabi.manifests.Manifests
 
isEmpty() - Method in interface com.jcabi.manifests.MfMap
Check if attributes map is empty.

K

keySet() - Method in class com.jcabi.manifests.Manifests
 
keySet() - Method in interface com.jcabi.manifests.MfMap
Get a copy of a set of attributes keys.

M

Manifests - Class in com.jcabi.manifests
Static reader of META-INF/MANIFEST.MF files.
Manifests() - Constructor for class com.jcabi.manifests.Manifests
Public ctor.
Manifests(Map<String, String>) - Constructor for class com.jcabi.manifests.Manifests
Public ctor.
MfMap - Interface in com.jcabi.manifests
Map of manifest attributes.
Mfs - Interface in com.jcabi.manifests
Manifests.

R

read(String) - Static method in class com.jcabi.manifests.Manifests
Read one attribute available in one of MANIFEST.MF files.

S

ServletMfs - Class in com.jcabi.manifests
Manifests in servlet context.
ServletMfs(ServletContext) - Constructor for class com.jcabi.manifests.ServletMfs
Ctor.
singleton() - Static method in class com.jcabi.manifests.Manifests
Get the singleton.
size() - Method in class com.jcabi.manifests.Manifests
 
size() - Method in interface com.jcabi.manifests.MfMap
Get size of attributes map.
StreamsMfs - Class in com.jcabi.manifests
Manifests in streams.
StreamsMfs(InputStream) - Constructor for class com.jcabi.manifests.StreamsMfs
Ctor.
StreamsMfs(Collection<InputStream>) - Constructor for class com.jcabi.manifests.StreamsMfs
Ctor.
StringMfs - Class in com.jcabi.manifests
Manifests in a UTF-8 string.
StringMfs(String) - Constructor for class com.jcabi.manifests.StringMfs
Ctor.
A C E F G I K M R S 
All Classes All Packages