MCPcopy Create free account
hub / github.com/cdimascio/dotenv-java / entries

Method entries

src/main/java/io/github/cdimascio/dotenv/Dotenv.java:45–45  ·  view source on GitHub ↗

Returns the set of environment variables with values @return the set of DotenvEntrys for all environment variables

()

Source from the content-addressed store, hash-verified

43 * @return the set of {@link DotenvEntry}s for all environment variables
44 */
45 Set<DotenvEntry> entries();
46
47 /**
48 * Returns the set of {@link DotenvEntry}s matching the filter

Callers 7

mainMethod · 0.95
iteratorOverDotenvMethod · 0.65
iterateEntriesMethod · 0.65
failToAddToDotenvMethod · 0.65
systemPropertiesMethod · 0.65
iterateOverDotenvMethod · 0.65

Implementers 1

DotenvImplsrc/main/java/io/github/cdimascio/dote

Calls

no outgoing calls

Tested by 6

iteratorOverDotenvMethod · 0.52
iterateEntriesMethod · 0.52
failToAddToDotenvMethod · 0.52
systemPropertiesMethod · 0.52
iterateOverDotenvMethod · 0.52